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

Public Attributes

glm::vec2 coord = {}
 Pointer position when the event was triggered.
 
int32_t delta
 Amount by which the mouse wheel was moved.
 

Detailed Description

Definition at line 26 of file Gestures.h.

Member Data Documentation

◆ coord

glm::vec2 Cogs::Gesture::Wheel::coord = {}

Pointer position when the event was triggered.

Definition at line 28 of file Gestures.h.

◆ delta

int32_t Cogs::Gesture::Wheel::delta

Amount by which the mouse wheel was moved.

Definition at line 29 of file Gestures.h.


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