-
2 Attachment(s)
Key Object beta 2
What's new?
-Much more optimized
-More keys as strings
-On key press conditions, Int and String
-On key release conditions, Int and String
-Get last key pressed, Int and String
-Get last key released, Int and String
-Convert Key to String and String to Key
-Enable and Disable input for application
On the next beta:
Turning off the specific keys option, for example:
When off, Left alt and Right alt will return 18 (Alt).
When on, Left alt will return 164 (Alt left) and Right alt will return 165 (Alt right).
-
Re: Key Object beta 2
Also, Please report any bad naming you find. :)
-
Re: Key Object beta 2
I think for events, it's better to name "On key press" than "On key pressed"... But I'm not english so, I don't know. :)
What does actions "Disable input for this application" and "Enable..." do ? If they disable the listener, it seems to not work since, events "On key pressed" continue to work well.
-
Re: Key Object beta 2
It seems to work for me, can you post an example?
-
2 Attachment(s)
Re: Key Object beta 2
-
Re: Key Object beta 2
-
Re: Key Object beta 2
LIJI: We have created a sub-forum for this object in the Test Tank section.
You can post your next version there.
Looking good!