Displaying 2 results from an estimated 2 matches for "kp_5".
2002 Jan 05
1
update to earlier error msg help
Wowzer, so I have *everything* working now...
tcp/ip, and the game itself, with the exception of keyboard, and maybe
sound.
Actually in the log, I don't see any mention of the errors for no keyboard.
Anyone have any ideas, on how to turn on the keyboad, er make wine recognize
it?
Thanks,
-tm
2007 Sep 18
1
program to monitor USB keys
...KP_Plus", 1}, // Keypad +
{74, "KP_Minus", 1}, // Keypad -
{83, "KP_Period", 0}, // Keypad .
{73, "KP_9", 0}, // Keypad 9
{72, "KP_8", 0}, // Keypad 8
{71, "KP_7", 0}, // Keypad 7
{77, "KP_6", 0}, // Keypad 6
{76, "KP_5", 0}, // Keypad 5
{75, "KP_4", 0}, // Keypad 4
{81, "KP_3", 0}, // Keypad 3
{80, "KP_2", 0}, // Keypad 2
{79, "KP_1", 0}, // Keypad 1
{82, "KP_0", 0}, // Keypad 0
{0, NULL}
};
static int key_debug = 0;
static int key_timeout = 0;...