mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2025-02-01 22:07:01 +01:00
Relintai
3331a7ae04
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
|
||
---|---|---|
.. | ||
android | ||
frt | ||
frt_sdl | ||
iphone | ||
javascript | ||
osx | ||
server | ||
windows | ||
x11 | ||
register_platform_apis.h | ||
SCsub |