Public Member Functions | |
Button (unsigned id) | |
For internal use. | |
unsigned | id () const |
For internal use. | |
Button () | |
Default constructor; == noButton. | |
Button (ButtonName name) | |
Conversion from ButtonName constants. |
Definition at line 38 of file Input.hpp.
Gosu::Button::Button | ( | unsigned | id | ) | [explicit] |
Gosu::Button::Button | ( | ButtonName | name | ) |
unsigned Gosu::Button::id | ( | ) | const |
For internal use.
Definition at line 46 of file Input.hpp.
Referenced by Gosu::operator<(), and Gosu::operator==().