Home
last modified time | relevance | path

Searched refs:K_SCROLL_LOCK (Results 1 – 11 of 11) sorted by relevance

/dports/games/0verkill/0verkill-0.16/
H A Dkbd.h19 #define K_SCROLL_LOCK 314 macro
H A Dxkbd.c49 …K_F6,K_F7,K_F8,K_F9,K_F10,K_NUM_LOCK,K_SCROLL_LOCK,K_NUM7,K_NUM8,K_NUM9,K_NUM_MINUS,K_NUM4,K_NUM5,… in remap_out()
133 case K_SCROLL_LOCK: return 70; in remap_in()
H A Dkbd.c388 …K_F6,K_F7,K_F8,K_F9,K_F10,K_NUM_LOCK,K_SCROLL_LOCK,K_NUM7,K_NUM8,K_NUM9,K_NUM_MINUS,K_NUM4,K_NUM5,… in remap_out()
472 case K_SCROLL_LOCK: return 70; in remap_in()
H A Dwinkbd.c110 case K_SCROLL_LOCK: vKey=VK_SCROLL; break; in IntToVKey()
/dports/games/stratagus/stratagus-3.2.0/src/guichan/include/guichan/
H A Dkey.h235 K_SCROLL_LOCK, enumerator
/dports/games/wyrmgus/Wyrmgus-3.5.4/src/guichan/include/guichan/
H A Dkey.h235 K_SCROLL_LOCK, enumerator
/dports/lang/seed7/seed7/src/
H A Dkbd_drv.h282 #define K_SCROLL_LOCK (KEYCODE_BASE + 381) macro
H A Dgkb_win.c1648 case K_SCROLL_LOCK: vkey1 = VK_SCROLL; break; in gkbButtonPressed()
H A Dgkb_x11.c2612 case K_SCROLL_LOCK: result = modState.scrollLock; finished = TRUE; break; in gkbButtonPressed()
/dports/games/wyrmgus/Wyrmgus-3.5.4/src/guichan/sdl/
H A Dsdlinput.cpp358 value = Key::K_SCROLL_LOCK; in convertKeyCharacter()
/dports/games/stratagus/stratagus-3.2.0/src/guichan/sdl/
H A Dsdlinput.cpp381 value = Key::K_SCROLL_LOCK; in convertKeyCharacter()