Sam Lantinga

Results 1875 comments of Sam Lantinga

Adding this to the ABI milestone because I'll be asking for feedback on the IME API changes

Can you provide repro steps on what you're doing and what you expect to happen?

We are scoping work for the SDL 3.2.0 release, so please let us know if this is a showstopper for you.

Can you give instructions on how to set that up and use it?

@libsdl-org/a-team, sanity check?

> Q1: Should event keycodes be modified keys or unmodified keys by default? Prior art: * Windows uses the same virtual keycode for the 'A' key regardless of shift state...

> Q1: Should event keycodes be modified keys or unmodified keys by default? An alternative might be to leave keycode as it was in SDL2, and add `charcode` to the...

After discussion with @icculus, we agreed the right thing is to remove the keycode entirely from the keyboard event. That will make it so most programs that just want to...

With this change, the answers to the original questions are easy: > Q1: Should event keycodes be modified keys or unmodified keys by default? The application can look up keycodes...

So this ends up not working well because we want scancodes to represent the physical key locations, but people may have remapped keys so semantically they've swapped modifier keys or...