Home
last modified time | relevance | path

Searched refs:IRR_KEY_CODES_COUNT (Results 1 – 3 of 3) sorted by relevance

/dports/games/supertuxkart/SuperTuxKart-1.2-src/lib/irrlicht/include/
H A DKeycodes.h219 IRR_KEY_CODES_COUNT = 0x128 // this is not a key, but the amount of keycodes there are. enumerator
/dports/games/supertuxkart/SuperTuxKart-1.2-src/lib/irrlicht/source/Irrlicht/
H A DCIrrDeviceWayland.cpp412 irrevent.KeyInput.Key = (EKEY_CODE)(IRR_KEY_CODES_COUNT + key); in keyboard_key()
H A DCIrrDeviceLinux.cpp1599 keyCode = (int)IRR_KEY_CODES_COUNT + mp.X11Key; in getKeyCode()
1603 keyCode = (int)IRR_KEY_CODES_COUNT + event.xkey.keycode; in getKeyCode()