Jopnal Engine  alpha 0.4
Simple Component Based 2D/3D Game Engine
Public Types | List of all members
jop::Controller::XBox Struct Reference

#include <Controller.hpp>

Public Types

enum  Button {
  Unknown, A, B, X,
  Y, LShoulder, RShoulder, Back,
  Start, LStick, RStick, PadUp,
  PadRight, PadDown, PadLeft, __Count
}
 
enum  Axis {
  LeftStickX, LeftStickY, RightStickX, RightStickY,
  LTrigger, RTrigger
}
 Axes. More...
 

Detailed Description

X-Box controller enumerations

Definition at line 40 of file Controller.hpp.

Member Enumeration Documentation

Axes.

Enumerator
LeftStickX 
LeftStickY 
RightStickX 
RightStickY 
LTrigger 
RTrigger 

Definition at line 66 of file Controller.hpp.

Buttons

Enumerator
Unknown 
LShoulder 
RShoulder 
Back 
Start 
LStick 
RStick 
PadUp 
PadRight 
PadDown 
PadLeft 
__Count 

For internal functionality, do not use.

Definition at line 44 of file Controller.hpp.


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