Merge pull request #80231 from romlok/input-key-location
Support detecting and mapping ctrl/alt/shift/meta by their left/right physical location
This commit is contained in:
@ -75,6 +75,7 @@ public:
|
||||
Key physical_keycode = Key::NONE;
|
||||
Key key_label = Key::NONE;
|
||||
uint32_t unicode = 0;
|
||||
KeyLocation location = KeyLocation::UNSPECIFIED;
|
||||
};
|
||||
|
||||
struct WindowData {
|
||||
|
||||
Reference in New Issue
Block a user