mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-28 21:07:59 +03:00
support the printscreen button properly
This commit is contained in:
parent
403b6756f5
commit
a030c03513
3 changed files with 3 additions and 2 deletions
1
extern/oics/ICSInputControlSystem.cpp
vendored
1
extern/oics/ICSInputControlSystem.cpp
vendored
|
@ -892,6 +892,7 @@ namespace ICS
|
|||
mKeys["RCONTROL"]= SDLK_RCTRL;
|
||||
mKeys["DIVIDE"]= SDLK_SLASH;
|
||||
mKeys["SYSRQ"]= SDLK_SYSREQ;
|
||||
mKeys["PRNTSCRN"] = SDLK_PRINTSCREEN;
|
||||
mKeys["RMENU"]= SDLK_RALT;
|
||||
mKeys["PAUSE"]= SDLK_PAUSE;
|
||||
mKeys["HOME"]= SDLK_HOME;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue