|
SDL
2.0
|
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) |
| SDL_bool RAWINPUT_IsDevicePresent | ( | Uint16 | vendor_id, |
| Uint16 | product_id, | ||
| Uint16 | version, | ||
| const char * | name | ||
| ) |
| SDL_bool RAWINPUT_IsEnabled | ( | ) |
| SDL_bool RAWINPUT_RegisterNotifications | ( | HWND | hWnd | ) |
| void RAWINPUT_UnregisterNotifications | ( | ) |
| LRESULT CALLBACK RAWINPUT_WindowProc | ( | HWND | hWnd, |
| UINT | msg, | ||
| WPARAM | wParam, | ||
| LPARAM | lParam | ||
| ) |