Edit

kc3-lang/SDL/src/video

Branch :

  • Show log

    Commit

  • Author : Ethan Lee
    Date : 2022-03-25 12:51:38
    Hash : 7a1c45bd
    Message : wayland: Optimize keyboard_handle_modifiers. 1. Mod index values are (mostly) constant, so can be done with xkb_state_new 2. Mods can change without the group changing, avoid remap events if possible Lastly, as a bonus, I added braces to the locale check, because I was nearby.