diff options
Diffstat (limited to 'src/skel/platform.h')
-rw-r--r-- | src/skel/platform.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/skel/platform.h b/src/skel/platform.h index 0f314b9d..806c0a73 100644 --- a/src/skel/platform.h +++ b/src/skel/platform.h @@ -37,7 +37,9 @@ extern RwBool psInstallFileSystem(void); extern RwBool psNativeTextureSupport(void); extern void _InputTranslateShiftKeyUpDown(RsKeyCodes* rs); -extern long _InputInitialiseMouse(); // returns HRESULT on Windows actually +extern long _InputInitialiseMouse(bool exclusive); // returns HRESULT on Windows actually +extern void _InputShutdownMouse(); +extern bool _InputMouseNeedsExclusive(); extern void _InputInitialiseJoys(); extern void HandleExit(); |