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

Structure to hold mouse key event pairs. More...

Public Member Functions

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

Public Attributes

AZUL_MOUSE key
 
EventType eventType
 

Detailed Description

Structure to hold mouse key event pairs.

Member Function Documentation

◆ operator<()

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

Comparison operator for mouse key event pairs.

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

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