mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-12-24 04:46:48 +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
|
||
---|---|---|
.. | ||
bind | ||
config | ||
containers | ||
crypto | ||
error | ||
input | ||
io | ||
log | ||
math | ||
object | ||
os | ||
string | ||
variant | ||
core_builders.py | ||
core_string_names.cpp | ||
core_string_names.h | ||
global_constants.cpp | ||
global_constants.h | ||
int_types.h | ||
register_core_types.cpp | ||
register_core_types.h | ||
SCsub | ||
typedefs.h | ||
version.h |