Commit Graph

3 Commits

Author SHA1 Message Date
Matt Stevens
fc22506058 InputRouter uses scan codes for non-ui input, glyphs translate to local key names (#4429)
* InputRouter uses scan codes (make AZERTY not shit), UI related input remains key codes
* Input.GetGlyph and Input.GetButtonOrigin return the local key name e.g if forward is bound to "W" it will show as "Z" on azerty layouts
2026-03-31 15:41:12 +01:00
Carson Kompon
dbc7cc1c3c Add GetCurrentModifiers() which doesnt return stale keyboard modifier states (#3730)
Fixes F3 and other shortcuts not working under certain conditions (since it would attempt CTRL+F3 under-the-hood instead)
2026-01-09 08:23:12 -05:00
s&box team
71f266059a Open source release
This commit imports the C# engine code and game files, excluding C++ source code.

[Source-Commit: ceb3d758046e50faa6258bc3b658a30c97743268]
2025-11-24 09:05:18 +00:00