#include <PhxLogicalInputEngine.h>
Inheritance diagram for Phx::LogicalInputEngine::ButtonClient:

Public Member Functions | |
| virtual void | listener (Listener *listener)=0 |
| Sets the listener that will be notified when the button state changes. | |
| virtual ButtonState | buttonState (void) const =0 |
| Gets the button state for this logical button. | |
| const String & | name (void) const |
| Returns the name of this logical button. | |
Protected Member Functions | |
| void | setName (const String &name) |
Classes | |
| class | Listener |
| A listener that allows a client to be notified when the buttonState() attribute changes. More... | |
|
|
Gets the button state for this logical button.
|
|
|
Sets the listener that will be notified when the button state changes.
|
|
|
Returns the name of this logical button.
|
1.4.2