Files
jak-project/game
tripp c010073ddc game: fix missing event.type comparison in joystick axis motion handler (pressure sensitive axii) (#4286)
`SDL_EVENT_JOYSTICK_AXIS_MOTION` is an enum with `Value = 1536`, which
means the code current acts like: `else if (true &&
m_has_pressure_sensitive_buttons)`
2026-05-27 21:28:02 -04:00
..
2026-04-03 20:40:14 +02:00
2026-04-20 03:19:08 +02:00
2025-04-12 15:59:13 -04:00