#include <vector>
#include "Network/vpf.h"
Go to the source code of this file.
Namespaces | |
namespace | std |
Compounds | |
struct | InputEvent |
Structure describing an input event. More... | |
class | InputObject |
Abstract class to define an input object. More... | |
Typedefs | |
typedef vector< InputEvent > | EventVector |
Vector of InputEvent structures. | |
Enumerations | |
enum | InputSource { IS_MIDI = 0, IS_JOYSTICK = 1 } |
Enum describing the different input source types. More... |
|
Enum describing the different input source types.
|