File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1085,11 +1085,11 @@ class << self
1085
1085
#--------------------------------------------------------------------------
1086
1086
# * Win32API methods
1087
1087
#--------------------------------------------------------------------------
1088
- SetWindowPos = Win32API . new 'user32' , 'SetWindowPos' , 'iiiiiii' , 'i'
1088
+ SetWindowPos = Win32API . new 'user32' , 'SetWindowPos' , 'iiiiiii' , 'i'
1089
1089
GetWindowRect = Win32API . new 'user32' , 'GetWindowRect' , 'ip' , 'i'
1090
1090
GetClientRect = Win32API . new 'user32' , 'GetClientRect' , 'ip' , 'i'
1091
1091
GetKeyState = Win32API . new 'user32' , 'GetKeyState' , 'p' , 'i'
1092
- KeybdEvent = Win32API . new 'user32.dll' , 'keybd_event' , 'iill' , 'v'
1092
+ KeybdEvent = Win32API . new 'user32.dll' , 'keybd_event' , 'iill' , 'v'
1093
1093
FindWindow = Win32API . new 'user32' , 'FindWindow' , 'pp' , 'i'
1094
1094
HWND = FindWindow . call 'RGSS Player' , 0
1095
1095
#--------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments