You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
o3de/Code/Framework/AzFramework/Tests/Platform
Chris Burel 8668d8b2fe [XCB] Avoid emitting text events when a key press does not generate text
Many keys will generate key press events but return an empty string from
`xkb_state_key_get_utf8`, like modifier keys, arrow keys, function keys,
etc. This checks if the string retrieved from such a key press is empty
before emitting an associated text event for it, to avoid notifying a
potentially large number of listeners about an empty string.

Signed-off-by: Chris Burel <burelc@amazon.com>
4 years ago
..
Android Add a unit test for `XcbInputDeviceKeyboard` (#4393) 4 years ago
Common/Xcb [XCB] Avoid emitting text events when a key press does not generate text 4 years ago
Linux Add a unit test for `XcbInputDeviceKeyboard` (#4393) 4 years ago
Mac Add a unit test for `XcbInputDeviceKeyboard` (#4393) 4 years ago
Windows Add a unit test for `XcbInputDeviceKeyboard` (#4393) 4 years ago
iOS Add a unit test for `XcbInputDeviceKeyboard` (#4393) 4 years ago