diff options
author | aap <aap@papnet.eu> | 2019-07-03 13:13:55 +0200 |
---|---|---|
committer | aap <aap@papnet.eu> | 2019-07-03 13:13:55 +0200 |
commit | 25865e68c4c87cfe3cf63c8721f3d0ec8dfca35c (patch) | |
tree | 32f12eb5067af7c6ec08d16b2675a426096a9ad9 /src/skel/win/win.h | |
parent | Merge pull request #90 from GTAmodding/revert-88-master (diff) | |
download | re3-25865e68c4c87cfe3cf63c8721f3d0ec8dfca35c.tar re3-25865e68c4c87cfe3cf63c8721f3d0ec8dfca35c.tar.gz re3-25865e68c4c87cfe3cf63c8721f3d0ec8dfca35c.tar.bz2 re3-25865e68c4c87cfe3cf63c8721f3d0ec8dfca35c.tar.lz re3-25865e68c4c87cfe3cf63c8721f3d0ec8dfca35c.tar.xz re3-25865e68c4c87cfe3cf63c8721f3d0ec8dfca35c.tar.zst re3-25865e68c4c87cfe3cf63c8721f3d0ec8dfca35c.zip |
Diffstat (limited to 'src/skel/win/win.h')
-rw-r--r-- | src/skel/win/win.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/skel/win/win.h b/src/skel/win/win.h index 371b9e44..a1f37bfd 100644 --- a/src/skel/win/win.h +++ b/src/skel/win/win.h @@ -63,14 +63,14 @@ HRESULT _InputInitialise(); HRESULT _InputInitialiseMouse(); HRESULT CapturePad(RwInt32 padID); void _InputInitialiseJoys(); -HRESULT _InputAddJoyStick(LPDIRECTINPUTDEVICE8 lpDevice, INT num); +void _InputAddJoyStick(LPDIRECTINPUTDEVICE8 lpDevice, INT num); HRESULT _InputAddJoys(); HRESULT _InputGetMouseState(DIMOUSESTATE2 *state); void _InputShutdown(); BOOL CALLBACK _InputEnumDevicesCallback( const DIDEVICEINSTANCE* pdidInstance, VOID* pContext ); BOOL _InputTranslateKey(RsKeyCodes *rs, UINT flag, UINT key); void _InputTranslateShiftKeyUpDown(RsKeyCodes *rs);; -BOOL _InputTranslateShiftKey(RsKeyCodes *rs, UINT key, bool bDown); +BOOL _InputTranslateShiftKey(RsKeyCodes *rs, UINT key, BOOLEAN bDown); BOOL _InputIsExtended(INT flag); void InitialiseLanguage(); |