Cogs.Core
Public Attributes | List of all members
Cogs::Gesture::Drag Struct Reference

Public Attributes

MouseButton button
 Button that was tapped.
 
Coord startCoord
 Pointer position when the gesture has started.
 
Coord currCoord
 Pointer position when the event was triggered.
 

Detailed Description

Definition at line 51 of file Gestures.h.

Member Data Documentation

◆ button

MouseButton Cogs::Gesture::Drag::button

Button that was tapped.

Definition at line 53 of file Gestures.h.

◆ currCoord

Coord Cogs::Gesture::Drag::currCoord

Pointer position when the event was triggered.

Definition at line 55 of file Gestures.h.

◆ startCoord

Coord Cogs::Gesture::Drag::startCoord

Pointer position when the gesture has started.

Definition at line 54 of file Gestures.h.


The documentation for this struct was generated from the following file: