Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-11-27 | InputEvent as_text now returns readable string. Added to_string for debug ↵ | Eric M | |
strings Made InputEvent as_text() return a readable and presentable string. Added to_string() overrides for each which returns a 'debug-friendly' version which is not as presentable but provides more information and in a more structured fashion. Use as_text() for UI display scenarions and to_string() for debug cases | |||
2020-11-19 | Update joy button and stick names, enums and documentation | Marcel Admiraal | |
2020-09-03 | [Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms. | bruvzg | |
2020-07-24 | Fix TTR misuse | SkyJJ | |
2020-07-14 | Refactor Project Settings: | Stijn Hinlopen | |
- Moved Localization and InputMap editor code to separate files. - Removed empty method _item_checked from project_settings_editor. - Reordered some code for better readability. |