SUNENGINE 0.0.2
A simple and bright C++ game engine.
 
Loading...
Searching...
No Matches
Inputable::KeyEventPair Struct Reference

Structure to hold key event pairs. More...

Public Member Functions

bool operator< (const KeyEventPair &other) const
 Comparison operator for key event pairs.
 

Public Attributes

AZUL_KEY key
 
EventType eventType
 

Detailed Description

Structure to hold key event pairs.

Member Function Documentation

◆ operator<()

bool Inputable::KeyEventPair::operator< ( const KeyEventPair & other) const
inline

Comparison operator for key event pairs.

Parameters
otherThe other key event pair to compare.
Returns
True if this key event pair is less than the other, false otherwise.

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