This documentation is automatically generated from the openFrameworks source code using doxygen and refers to the most recent release, version 0.12.0.
ofBaseApp.h
Go to the documentation of this file.
Definition ofBaseApp.h:14
virtual void mouseScrolled(int x, int y, float scrollX, float scrollY)
Called on the active window when the mouse wheel is scrolled.
Definition ofBaseApp.cpp:34
virtual void mouseExited(int x, int y)
Called on the active window when the mouse cursor leaves the window area.
Definition ofBaseApp.cpp:38
virtual void mouseMoved(int x, int y)
Called on the active window when the mouse is moved.
Definition ofBaseApp.cpp:22
virtual void mouseDragged(int x, int y, int button)
Called on the active window when the mouse is dragged, i.e. moved with a button pressed.
Definition ofBaseApp.cpp:26
virtual void touchDoubleTap(int x, int y, int id)
Definition ofBaseApp.cpp:106
virtual void touchCancelled(int x, int y, int id)
Definition ofBaseApp.cpp:107
virtual void mousePressed(int x, int y, int button)
Called on the active window when a mouse button is pressed.
Definition ofBaseApp.cpp:29
virtual void mouseEntered(int x, int y)
Called on the active window when the mouse cursor enters the window area.
Definition ofBaseApp.cpp:36
virtual void mouseReleased(int x, int y, int button)
Called on the active window when a mouse button is released.
Definition ofBaseApp.cpp:32
virtual void messageReceived(ofMessage &message)
Definition ofBaseApp.cpp:99
Definition ofEvents.h:108
Definition ofEvents.h:119
Definition ofEvents.h:121
Definition ofEvents.h:312
Definition ofEvents.h:176
Definition ofEvents.h:290
Definition ofEvents.h:232