Cogs.Foundation
Loading...
Searching...
No Matches
Public Attributes | List of all members
Cogs::Gesture::Pan Struct Reference

#include <Gestures.h>

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.
 

Member Data Documentation

◆ midCurrCoord

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

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

◆ midStartCoord

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

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


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