SDL  2.0
SDL_rawinputjoystick_c.h File Reference
+ Include dependency graph for SDL_rawinputjoystick_c.h:

Go to the source code of this file.

Functions

SDL_bool RAWINPUT_IsEnabled ()
 
SDL_bool RAWINPUT_IsDevicePresent (Uint16 vendor_id, Uint16 product_id, Uint16 version, const char *name)
 
SDL_bool RAWINPUT_RegisterNotifications (HWND hWnd)
 
void RAWINPUT_UnregisterNotifications ()
 
LRESULT CALLBACK RAWINPUT_WindowProc (HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam)
 

Function Documentation

◆ RAWINPUT_IsDevicePresent()

SDL_bool RAWINPUT_IsDevicePresent ( Uint16  vendor_id,
Uint16  product_id,
Uint16  version,
const char *  name 
)

◆ RAWINPUT_IsEnabled()

SDL_bool RAWINPUT_IsEnabled ( )

◆ RAWINPUT_RegisterNotifications()

SDL_bool RAWINPUT_RegisterNotifications ( HWND  hWnd)

◆ RAWINPUT_UnregisterNotifications()

void RAWINPUT_UnregisterNotifications ( )

◆ RAWINPUT_WindowProc()

LRESULT CALLBACK RAWINPUT_WindowProc ( HWND  hWnd,
UINT  msg,
WPARAM  wParam,
LPARAM  lParam 
)