C# Class OVRInput.OVRControllerBase.VirtualNearTouchMap

Show file Open project: FIU-SCIS-Senior-Projects/SmartBuilding4

Public Properties

Property Type Description
None RawNearTouch
PrimaryIndexTrigger RawNearTouch
PrimaryThumbButtons RawNearTouch
SecondaryIndexTrigger RawNearTouch
SecondaryThumbButtons RawNearTouch

Public Methods

Method Description
ToRawMask ( NearTouch virtualMask ) : RawNearTouch

Method Details

ToRawMask() public method

public ToRawMask ( NearTouch virtualMask ) : RawNearTouch
virtualMask NearTouch
return RawNearTouch

Property Details

None public property

public RawNearTouch None
return RawNearTouch

PrimaryIndexTrigger public property

public RawNearTouch PrimaryIndexTrigger
return RawNearTouch

PrimaryThumbButtons public property

public RawNearTouch PrimaryThumbButtons
return RawNearTouch

SecondaryIndexTrigger public property

public RawNearTouch SecondaryIndexTrigger
return RawNearTouch

SecondaryThumbButtons public property

public RawNearTouch SecondaryThumbButtons
return RawNearTouch