mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-01-26 18:52:44 +01:00
internal/goglfw: typo
Fortunately, this function is actually not called.
This commit is contained in:
parent
6f41a05264
commit
777c575638
@ -805,7 +805,7 @@ var (
|
|||||||
procSetCursorPos = user32.NewProc("SetCursorPos")
|
procSetCursorPos = user32.NewProc("SetCursorPos")
|
||||||
procSetFocus = user32.NewProc("SetFocus")
|
procSetFocus = user32.NewProc("SetFocus")
|
||||||
procSetForegroundWindow = user32.NewProc("SetForegroundWindow")
|
procSetForegroundWindow = user32.NewProc("SetForegroundWindow")
|
||||||
procSetLayeredWindowAttributes = user32.NewProc("procSetLayeredWindowAttributes")
|
procSetLayeredWindowAttributes = user32.NewProc("SetLayeredWindowAttributes")
|
||||||
procSetProcessDPIAware = user32.NewProc("SetProcessDPIAware")
|
procSetProcessDPIAware = user32.NewProc("SetProcessDPIAware")
|
||||||
procSetProcessDpiAwarenessContext = user32.NewProc("SetProcessDpiAwarenessContext")
|
procSetProcessDpiAwarenessContext = user32.NewProc("SetProcessDpiAwarenessContext")
|
||||||
procSetWindowLongW = user32.NewProc("SetWindowLongW")
|
procSetWindowLongW = user32.NewProc("SetWindowLongW")
|
||||||
|
Loading…
Reference in New Issue
Block a user