Clutter Engine 0.0.1
Loading...
Searching...
No Matches
clt::Input::Action Struct Reference

Struct representing an action mapped to a key. More...

#include <Input.h>

Public Attributes

std::string name
 
EInputState state
 
std::vector< std::function< void()> > callbacks
 

Detailed Description

Struct representing an action mapped to a key.

Member Data Documentation

◆ callbacks

std::vector<std::function<void()> > clt::Input::Action::callbacks

List of callbacks to be executed

◆ name

std::string clt::Input::Action::name

Name of the action

◆ state

EInputState clt::Input::Action::state

State of the input


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