#include <inputbuffer.h>
Public Member Functions | |
| InputBuffer () | |
| ~InputBuffer () | |
| bool | buttonState (int button) |
| void | setButtonState (int button, bool pressed) |
Definition at line 32 of file inputbuffer.h.
| InputBuffer::InputBuffer | ( | ) |
Definition at line 29 of file inputbuffer.cpp.
| InputBuffer::~InputBuffer | ( | ) |
Definition at line 34 of file inputbuffer.cpp.
| bool InputBuffer::buttonState | ( | int | button | ) |
Definition at line 38 of file inputbuffer.cpp.
| void InputBuffer::setButtonState | ( | int | button, | |
| bool | pressed | |||
| ) |
Definition at line 57 of file inputbuffer.cpp.
1.6.3