class methods
variables
Extends
This class extends others, you can call their methods on an instance of ofTouchEventArgs too:
This class is integrated into the openframeworks events system. When a touch event (touchesBegan, touchesMoved) happens we record the touch 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.
ofTouchEventArgs(...)
ofTouchEventArgs::ofTouchEventArgs(ofTouchEventArgs::Type type, float x, float y, int id)
Last updated 星期五, 02 五月 2025 18:56:15 UTC - 0cfbc5eb74e8f627fe4da3fb60a3ee56ee64a172
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