Searched refs:PostUpdate (Results 1 – 3 of 3) sorted by relevance
99 void (*PostUpdate)(void); member
917 if (driver->enabled && driver->PostUpdate) { in HIDAPI_JoystickDetect()918 driver->PostUpdate(); in HIDAPI_JoystickDetect()
509 if (!driver->enabled && driver->PostUpdate) { in RAWINPUT_JoystickDetect()510 driver->PostUpdate(); in RAWINPUT_JoystickDetect()
Completed in 15 milliseconds