OIS 1.6
Object-oriented Input System
Loading...
Searching...
No Matches
OIS::Pov Class Reference

POV / HAT Joystick component. More...

#include <OISJoyStick.h>

Inheritance diagram for OIS::Pov:
OIS::Component

Public Member Functions

 Pov ()
Public Member Functions inherited from OIS::Component
 Component ()
 Component (ComponentType type)

Public Attributes

int direction
Public Attributes inherited from OIS::Component
ComponentType cType
 Indicates what type of coponent this is.

Static Public Attributes

static const int Centered = 0x00000000
static const int North = 0x00000001
static const int South = 0x00000010
static const int East = 0x00000100
static const int West = 0x00001000
static const int NorthEast = 0x00000101
static const int SouthEast = 0x00000110
static const int NorthWest = 0x00001001
static const int SouthWest = 0x00001010

Detailed Description

POV / HAT Joystick component.

Constructor & Destructor Documentation

◆ Pov()

OIS::Pov::Pov ( )
inline

Member Data Documentation

◆ Centered

const int OIS::Pov::Centered = 0x00000000
static

◆ direction

int OIS::Pov::direction

◆ East

const int OIS::Pov::East = 0x00000100
static

◆ North

const int OIS::Pov::North = 0x00000001
static

◆ NorthEast

const int OIS::Pov::NorthEast = 0x00000101
static

◆ NorthWest

const int OIS::Pov::NorthWest = 0x00001001
static

◆ South

const int OIS::Pov::South = 0x00000010
static

◆ SouthEast

const int OIS::Pov::SouthEast = 0x00000110
static

◆ SouthWest

const int OIS::Pov::SouthWest = 0x00001010
static

◆ West

const int OIS::Pov::West = 0x00001000
static

The documentation for this class was generated from the following file: