pandemonium_engine/core
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
..
bind Removed the PMath singleton. If needed it can easily be recreated as a module. 2023-06-11 08:34:57 +02:00
config
containers
crypto
error
input Ported: Augment the InputEvent class with a CANCELED state 2023-06-11 10:26:23 +02:00
io
log
math Ported: Test, refactor and fix a bug in Basis.get_axis_angle 2023-06-11 09:45:23 +02:00
object Backported from godot4: Rework Navigation Avoidance 2023-06-10 20:58:49 +02:00
os
string
variant
core_builders.py
core_string_names.cpp
core_string_names.h
global_constants.cpp Backported from godot4: Rework Navigation Avoidance 2023-06-10 20:58:49 +02:00
global_constants.h
int_types.h
register_core_types.cpp Removed the PMath singleton. If needed it can easily be recreated as a module. 2023-06-11 08:34:57 +02:00
register_core_types.h
SCsub
typedefs.h
version.h