pandemonium_engine/platform
Relintai 3331a7ae04 Ported: Augment the InputEvent class with a CANCELED state
The `InputEvent` class currently supports the `pressed` and `released` states, which given the binary nature, is represented by a `bool` field.
This commit introduced the `CANCELED` state, which signals that an ongoing input event has been canceled.
To represent all the states, the `InputEventState` enum is added and the `InputEvent` logic is refactored accordingly.
- m4gr3d
94d6c3dcc6
2023-06-11 10:26:23 +02:00
..
android Ported: Augment the InputEvent class with a CANCELED state 2023-06-11 10:26:23 +02:00
frt Fix typos with codespell. 2022-12-22 19:51:25 +01:00
frt_sdl Fix typos with codespell. 2022-12-22 19:51:25 +01:00
iphone increased max touches to 32 for ios 2023-03-12 19:13:26 +01:00
javascript Ported: Bump json5 from 1.0.1 to 1.0.2 in /platform/web 2023-01-16 14:22:10 +01:00
osx Fix sprintf deprecation warning on osx. 2023-01-23 22:03:48 +01:00
server SCons: Refactor LTO options with lto=<none|thin|full> 2022-09-16 22:54:09 +02:00
windows Fix Xbox Series controller duplicate input 2023-03-12 15:41:15 +01:00
x11 Linux: Don't use udev for joypad hotloading when running in a sandbox 2023-06-11 08:47:41 +02:00
register_platform_apis.h Clang format all files. 2022-03-18 19:00:13 +01:00
SCsub Added godot with all my currently used engine modules. 2022-03-15 13:29:32 +01:00