class methods
variables
Extends
This class extends others, you can call their methods on an instance of ofMouseEventArgs too:
This class is integrated into the openframeworks events system. When a mouse event (mouse pressed, mouse released...) happens we record mouse 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.
ofMouseEventArgs(...)
ofMouseEventArgs::ofMouseEventArgs(ofMouseEventArgs::Type type, float x, float y)
ofMouseEventArgs(...)
ofMouseEventArgs::ofMouseEventArgs(ofMouseEventArgs::Type type, float x, float y, int button)
ofMouseEventArgs(...)
ofMouseEventArgs::ofMouseEventArgs(ofMouseEventArgs::Type type, float x, float y, int button, int modifiers)
Last updated 星期三, 08 三月 2023 18:08:06 UTC - 7c9ee203c70f155d301b41aa9b34dcc286921a3c
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