class methods
variables
Extends
This class extends others, you can call their methods on an instance of ofKeyEventArgs too:
This class is integrated into the openframeworks events system. When a key event (key pressed, key released) happens we record key information inside an object of the class. Used to send event messages. In the new openFrameworks release we can find a very illustrative example about how to use events in openFrameworks.
ofKeyEventArgs(...)
ofKeyEventArgs::ofKeyEventArgs(ofKeyEventArgs::Type type, int key, int keycode, int scancode, unsigned int codepoint, int modifiers)
Last updated 星期六, 17 八月 2024 20:46:14 UTC - 99bfb4fd7929e233b87b05758efc36f91505592e
If you have any doubt about the usage of this module you can ask in the forum.
If you want to contribute better documentation or start documenting this section you can do so here
If you find anything wrong with this docs you can report any error by opening an issue