Home
last modified time | relevance | path

Searched defs:NUMLOCK (Results 1 – 10 of 10) sorted by relevance

/dports/news/golded+/golded-plus/golded+/goldlib/gcui/
H A Dgkbdbase.h111 #define NUMLOCK 32 // [Num Lock] toggled macro
/dports/deskutils/py-autokey/autokey-0.95.10/lib/autokey/iomediator/
H A Dkey.py32 NUMLOCK = "<numlock>" variable in Key
/dports/games/moria/umoria/ibmpc/
H A Dms_misc.c372 #define NUMLOCK 0x20 macro
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/vcl/
H A Dkeycodes.hxx188 NUMLOCK = 0x0002, enumerator
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/vcl/
H A Dkeycodes.hxx183 NUMLOCK = 0x0002, enumerator
/dports/games/solarus/solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d/include/solarus/core/
H A DInputEvent.h176 NUMLOCK = SDLK_NUMLOCKCLEAR, enumerator
/dports/japanese/kterm/pcemu1.01alpha/
H A Dbios.c58 #define NUMLOCK 32 macro
/dports/graphics/py-pyglet/pyglet-1.5.21/pyglet/window/
H A Dkey.py260 NUMLOCK = 0xff7f variable
/dports/graphics/py-pyglet150/pyglet-1.5.0/pyglet/window/
H A Dkey.py260 NUMLOCK = 0xff7f variable
/dports/games/jinput/jinput-bf22dd975bbba31f01895332255b63df376894e6/coreAPI/src/main/java/net/java/games/input/
H A DComponent.java677 public static final Key NUMLOCK = new Key("Num Lock"); // MS 0x45 UNIX 0xFF7F field in Component.Identifier.Key