Fixes up the handling of accelerator keybinds for SDL - specifically compound ones with several modifier keys, ie ctrl-alt-shift-up.

This commit is contained in:
Areloch 2017-01-29 03:22:25 -06:00
parent ac19e0e84c
commit a8f2fc567b
3 changed files with 37 additions and 19 deletions

View file

@ -429,7 +429,7 @@ struct InputEventInfo
U16 ascii;
/// Modifiers to action: SI_LSHIFT, SI_LCTRL, etc.
InputModifiers modifier;
U32 modifier;
inline void postToSignal(InputEvent &ie)
{