pandemonium_engine/doc
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
..
classes Ported: Augment the InputEvent class with a CANCELED state 2023-06-11 10:26:23 +02:00
engine Fix typos with codespell. 2022-12-22 19:51:25 +01:00
tools Ported: Update make_rst.py to match the master version 2023-04-15 11:20:13 +02:00
translations Renamed NavigationRegion2D back to NavigationPolygonInstance, as I think it fits the engine better. 2023-06-05 18:09:53 +02:00
Doxyfile
Makefile Fixes doc/Makefile fails if path contains spaces 2022-10-08 16:22:55 +02:00