Skip to content

Commit

Permalink
change tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
BilouMaster committed Feb 19, 2018
1 parent 9ca42a2 commit c001a0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions orms.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1085,11 +1085,11 @@ class << self
#--------------------------------------------------------------------------
# * Win32API methods
#--------------------------------------------------------------------------
SetWindowPos = Win32API.new 'user32', 'SetWindowPos', 'iiiiiii', 'i'
SetWindowPos = Win32API.new 'user32', 'SetWindowPos', 'iiiiiii', 'i'
GetWindowRect = Win32API.new 'user32', 'GetWindowRect', 'ip', 'i'
GetClientRect = Win32API.new 'user32', 'GetClientRect', 'ip', 'i'
GetKeyState = Win32API.new 'user32', 'GetKeyState', 'p', 'i'
KeybdEvent = Win32API.new 'user32.dll', 'keybd_event', 'iill', 'v'
KeybdEvent = Win32API.new 'user32.dll', 'keybd_event', 'iill', 'v'
FindWindow = Win32API.new'user32', 'FindWindow', 'pp', 'i'
HWND = FindWindow.call 'RGSS Player', 0
#--------------------------------------------------------------------------
Expand Down

0 comments on commit c001a0d

Please sign in to comment.