Cogs.Foundation
|
#include <Gestures.h>
Public Types | |
enum | Direction { Left , Right , Up , Down } |
Public Attributes | |
MouseButton | button |
Button that was tapped. | |
Direction | direction |
Swipe general direction. | |
Coord | startCoord |
Pointer position when the gesture has started. | |
float | velocity |
Pointer velocity relative to startCoord. | |
MouseButton Cogs::Gesture::Swipe::button |
Button that was tapped.
float Cogs::Gesture::Swipe::velocity |
Pointer velocity relative to startCoord.