handle DIKI_ALT_GR in the switch even if we don't have any matching key code, just to avoid gcc warning
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41489 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
12acbc9bf7
commit
8ddb1b8a88
1 changed files with 1 additions and 0 deletions
|
|
@ -862,6 +862,7 @@ static long GetTranslatedKeyCode(DFBInputDeviceKeyIdentifier key_id)
|
|||
KEY(DIKI_CONTROL_R, WXK_CONTROL);
|
||||
KEY(DIKI_ALT_L, WXK_ALT);
|
||||
KEY(DIKI_ALT_R, WXK_ALT);
|
||||
KEY(DIKI_ALT_GR, 0);
|
||||
KEY(DIKI_META_L, 0);
|
||||
KEY(DIKI_META_R, 0);
|
||||
KEY(DIKI_SUPER_L, 0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue