#include <PhxRawInputEngine.h>
Inheritance diagram for Phx::RawInputEngine::Client::Listener:

Public Member Functions | |
| virtual void | onAxisState (AxisIdentifier axis)=0 |
| virtual void | onButtonState (ButtonIdentifier button)=0 |
The listener can also use this notification to determine when new axes or buttons appear -- the onAxis/ButtonState methods will be called as a result of the driver setting the state for the new axis/button for the first time.
1.4.2