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

Public Attributes

MouseButton button
 Button that was tapped.
 
glm::vec2 coord = {}
 Pointer position when the event was triggered.
 

Detailed Description

Definition at line 36 of file Gestures.h.

Member Data Documentation

◆ button

MouseButton Cogs::Gesture::DoubleTap::button

Button that was tapped.

Definition at line 38 of file Gestures.h.

◆ coord

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

Pointer position when the event was triggered.

Definition at line 39 of file Gestures.h.


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