
Posted:
Mar 23, 2006 @ 8:58pm
by edge
If I understand it correctly you aren't able to simultaniously use the space bar and the keyboard Z, X and C keys?
Some keycodes from EBUTTONLIST are double mapped. For example, the key 'Z' equals buttonlist->ButtonA (so you'll only get one OnButtonDown() event).
Can you give me a small sample?