ID:274010
Dec 9 2011, 1:06 am
|
|
im using var/const to setup my macros. Is there a way to define "when key is released" without using skin macros?
|
Dec 9 2011, 10:08 am
|
|
Macros are the only thing you can use to handle key down, repeat, and up events. For "when key is released", you want key+up.
|