|
FifeGUI 0.2.0
A C++ GUI library designed for games.
|
This is the complete list of members for fcn::MouseInput, including all inherited members.
| Button enum name (defined in fcn::MouseInput) | fcn::MouseInput | |
| getButton() const | fcn::MouseInput | |
| getTimeStamp() const | fcn::MouseInput | |
| getType() const | fcn::MouseInput | |
| getX() const | fcn::MouseInput | |
| getY() const | fcn::MouseInput | |
| mButton | fcn::MouseInput | protected |
| MouseInput()=default (defined in fcn::MouseInput) | fcn::MouseInput | |
| MouseInput(Button button, Type type, int x, int y, int timeStamp) | fcn::MouseInput | |
| mTimeStamp | fcn::MouseInput | protected |
| mType | fcn::MouseInput | protected |
| mX | fcn::MouseInput | protected |
| mY | fcn::MouseInput | protected |
| setButton(Button button) | fcn::MouseInput | |
| setTimeStamp(int timeStamp) | fcn::MouseInput | |
| setType(Type type) | fcn::MouseInput | |
| setX(int x) | fcn::MouseInput | |
| setY(int y) | fcn::MouseInput | |
| Type enum name (defined in fcn::MouseInput) | fcn::MouseInput |