Release 0.2 #10
Empiree
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
0.2 Release available!
What's new:
Changelog:
KeyboardManipulator - a keyboard control class is created to emulate pressing buttons, as well as disabling them.
Methods:
You can also use the ReleaseAll() method:
Important! Locked buttons are shared among all KeyboardManipulator classes. You don't have to worry that an object in this class has locked a particular button and you no longer have access to that object.
For example:
Also, several events are available: KeyPrevented and KeyReleased. They are only triggered by a successful operation. For example, if a button is locked several times, the KeyPrevented event will be triggered only once.
Mouse Manipulator - a mouse control class.
Methods:
This discussion was created from the release Release 0.2.
Beta Was this translation helpful? Give feedback.
All reactions