#include <dtCore/inputdevice.h>Namespaces | |
| namespace | dtCore |
Classes | |
| class | dtCore::LogicalInputDevice |
| A logical input device. More... | |
| class | dtCore::LogicalButton |
| A logical button. More... | |
| class | dtCore::ButtonMapping |
| A mapping for a logical button. More... | |
| class | dtCore::ButtonToButton |
| Maps a button to a logical button. More... | |
| class | dtCore::LogicalAxis |
| A logical axis. More... | |
| class | dtCore::AxisMapping |
| A mapping for a logical axis. More... | |
| class | dtCore::AxisToAxis |
| Maps an axis to a logical axis with an optional linear transformation. More... | |
| class | dtCore::AxesToAxis |
| Maps any number of source axes to a single target axis. More... | |
| class | dtCore::ButtonsToAxis |
| Maps two buttons to a logical axis. More... | |
| class | dtCore::ButtonAxisToAxis |
| Maps a button and an axis to an axis, so that the value of the target axis is equal to the value of the source axis when the source button is pressed (the value is zero otherwise). More... | |