Cogs.Core
Public Attributes | List of all members
Cogs::Mouse::State Struct Reference

Public Attributes

bool buttonDown [MouseButton::Count] = {}
 
glm::ivec2 position = {-100000, -100000}
 
int wheel = 0
 

Detailed Description

Definition at line 28 of file Mouse.h.

Member Data Documentation

◆ buttonDown

bool Cogs::Mouse::State::buttonDown[MouseButton::Count] = {}

Definition at line 29 of file Mouse.h.

◆ position

glm::ivec2 Cogs::Mouse::State::position = {-100000, -100000}

Definition at line 30 of file Mouse.h.

◆ wheel

int Cogs::Mouse::State::wheel = 0

Definition at line 31 of file Mouse.h.


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