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

#include <Mouse.h>

Public Attributes

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

Member Data Documentation

◆ buttonDown

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

Referenced by Cogs::Mouse::update().

◆ position

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

Referenced by Cogs::Mouse::update().

◆ wheel

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

Referenced by Cogs::Mouse::update().


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