C# Class OSVRFreePIE.Controller

Show file Open project: thomasgauthier/FreePIE-OSVR

Public Properties

Property Type Description
bumper Button
four Button
joystick Button
joystickX Analog
joystickY Analog
middle Button
one Button
three Button
trigger Analog
two Button

Public Methods

Method Description
Controller ( ClientContext context, String side ) : System

Method Details

Controller() public method

public Controller ( ClientContext context, String side ) : System
context ClientContext
side String
return System

Property Details

bumper public property

public Button,OSVRFreePIE bumper
return Button

four public property

public Button,OSVRFreePIE four
return Button

joystick public property

public Button,OSVRFreePIE joystick
return Button

joystickX public property

public Analog,OSVRFreePIE joystickX
return Analog

joystickY public property

public Analog,OSVRFreePIE joystickY
return Analog

middle public property

public Button,OSVRFreePIE middle
return Button

one public property

public Button,OSVRFreePIE one
return Button

three public property

public Button,OSVRFreePIE three
return Button

trigger public property

public Analog,OSVRFreePIE trigger
return Analog

two public property

public Button,OSVRFreePIE two
return Button