GetCurrentMonitor() description fixed
This commit is contained in:
parent
13942ea31b
commit
31abcc5ee4
2 changed files with 2 additions and 2 deletions
|
@ -1179,7 +1179,7 @@ func GetMonitorCount() int {
|
|||
return int(getMonitorCount())
|
||||
}
|
||||
|
||||
// GetCurrentMonitor - Get current connected monitor
|
||||
// GetCurrentMonitor - Get current monitor where window is placed
|
||||
func GetCurrentMonitor() int {
|
||||
return int(getCurrentMonitor())
|
||||
}
|
||||
|
|
|
@ -338,7 +338,7 @@ func GetMonitorCount() int {
|
|||
return v
|
||||
}
|
||||
|
||||
// GetCurrentMonitor - Get current connected monitor
|
||||
// GetCurrentMonitor - Get current monitor where window is placed
|
||||
func GetCurrentMonitor() int {
|
||||
ret := C.GetCurrentMonitor()
|
||||
v := (int)(ret)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue