mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-02-13 15:23:34 +00:00
joystick/win32: Fix function return type mismatch
Fixes #14804
(cherry picked from commit 55acc0b829)
This commit is contained in:
@@ -25,8 +25,8 @@
|
||||
extern bool RAWINPUT_IsEnabled(void);
|
||||
|
||||
// Registers for input events
|
||||
extern int RAWINPUT_RegisterNotifications(HWND hWnd);
|
||||
extern int RAWINPUT_UnregisterNotifications(void);
|
||||
extern bool RAWINPUT_RegisterNotifications(HWND hWnd);
|
||||
extern bool RAWINPUT_UnregisterNotifications(void);
|
||||
|
||||
// Returns 0 if message was handled
|
||||
extern LRESULT CALLBACK RAWINPUT_WindowProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam);
|
||||
|
||||
Reference in New Issue
Block a user