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

Public Attributes

glm::vec2 midStartCoord = {}
 Mid position between the two pointer positions when the gesture has started.
 
glm::vec2 midCurrCoord = {}
 Mid position between the two pointer positions when the event was triggered.
 

Detailed Description

Definition at line 66 of file Gestures.h.

Member Data Documentation

◆ midCurrCoord

glm::vec2 Cogs::Gesture::Pan::midCurrCoord = {}

Mid position between the two pointer positions when the event was triggered.

Definition at line 69 of file Gestures.h.

◆ midStartCoord

glm::vec2 Cogs::Gesture::Pan::midStartCoord = {}

Mid position between the two pointer positions when the gesture has started.

Definition at line 68 of file Gestures.h.


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