Search found 3 matches

by madeinttown
Wed May 27, 2009 6:12 am
Forum: Developer's Forum for Windows
Topic: Deriving button from keyDown or keyUp event
Replies: 4
Views: 10218

Btw, where can I find info on the setting up a config file? I don't see it discussed in the SDK...
by madeinttown
Wed May 27, 2009 6:08 am
Forum: Developer's Forum for Windows
Topic: Deriving button from keyDown or keyUp event
Replies: 4
Views: 10218

It isn't that I don't want the user to remap the keys, I just want to ignore whatever they are mapped to and base my functionality on whether its the left button or right button. However, it seems like by restricting the users ability to remap keys through a config file will inadvertently allow me t...
by madeinttown
Tue May 26, 2009 2:16 pm
Forum: Developer's Forum for Windows
Topic: Deriving button from keyDown or keyUp event
Replies: 4
Views: 10218

Deriving button from keyDown or keyUp event

Hello, I am trying to determine which button (physically) is triggering the event. The event carries a "button ID" that details what functionality the button was assigned, but not the physical button. Specifically, I am using the SpaceNavigator, and would like to assign a single functional...