Hymn to Beauty
C++ 3D Engine
Input::Button Struct Reference

The information needed to identify a button. More...

#include <Input.hpp>

Public Attributes

char action [255]
 A string describing the action, e.g "Fire". More...
 
int key
 The GLFW key to press. More...
 
int state
 The GLFW state of that key. More...
 

Detailed Description

The information needed to identify a button.

Member Data Documentation

◆ action

char Input::Button::action[255]

A string describing the action, e.g "Fire".

◆ key

int Input::Button::key

The GLFW key to press.

◆ state

int Input::Button::state

The GLFW state of that key.


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