We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0a282e commit 3dceb72Copy full SHA for 3dceb72
src/events/SDL_events.c
@@ -895,8 +895,12 @@ static void SDL_LogEvent(const SDL_Event *event)
895
(event->type == SDL_EVENT_FINGER_MOTION) ||
896
(event->type == SDL_EVENT_PEN_AXIS) ||
897
(event->type == SDL_EVENT_PEN_MOTION) ||
898
- (event->type == SDL_EVENT_GAMEPAD_TOUCHPAD_MOTION) ||
+ (event->type == SDL_EVENT_GAMEPAD_AXIS_MOTION) ||
899
(event->type == SDL_EVENT_GAMEPAD_SENSOR_UPDATE) ||
900
+ (event->type == SDL_EVENT_GAMEPAD_TOUCHPAD_MOTION) ||
901
+ (event->type == SDL_EVENT_GAMEPAD_UPDATE_COMPLETE) ||
902
+ (event->type == SDL_EVENT_JOYSTICK_AXIS_MOTION) ||
903
+ (event->type == SDL_EVENT_JOYSTICK_UPDATE_COMPLETE) ||
904
(event->type == SDL_EVENT_SENSOR_UPDATE))) {
905
return;
906
}
0 commit comments