le2d v0.4.7
2D game engine framework
 
Loading...
Searching...
No Matches
le::event::Key Struct Reference

#include <le2d/event.hpp>

Public Member Functions

auto operator== (Key const &) const -> bool=default
 

Public Attributes

int key
 
int action
 
int mods
 

Member Function Documentation

◆ operator==()

auto le::event::Key::operator== ( Key const &  ) const -> bool=default
default

Member Data Documentation

◆ action

int le::event::Key::action

◆ key

int le::event::Key::key

◆ mods

int le::event::Key::mods

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