Filled out the page for the discontinued MR controllers. Yipee! |
Added Inputs and Outputs. |
||
Line 36: | Line 36: | ||
== Examples == | == Examples == | ||
[[ | == Inputs == | ||
=== User ([[User]]) === | |||
The user we are getting controller information from. | |||
=== Node ([[Type:Chirality|Chirality]]) === | |||
The controller side to get information from. | |||
== Outputs == | |||
=== IsActive ([[Type:bool|bool]]) === | |||
Is this controller actively being used right now. | |||
=== Type ([[Type:Type|Type]]) === | |||
The controller type being used. | |||
=== BatteryLevel ([[Type:float|float]]) === | |||
The battery level of this controller. | |||
=== IsBatteryCharging ([[Type:bool|bool]]) === | |||
Is this controller currently charging. | |||
=== Grip ([[Type:bool|bool]]) === | |||
Is the controller's grip clicked down right now. | |||
=== App ([[Type:bool|bool]]) === | |||
Is the app button pressed right now. | |||
=== Joystick ([[Type:float2|float2]]) === | |||
The position of this controller's joystick. | |||
=== JoystickClick ([[Type:bool|bool]]) === | |||
Is the controller's joystick clicked down right now. | |||
=== Trigger ([[Type:float|float]]) === | |||
The amount of how far this controller's trigger is being pressed down currently. | |||
=== TriggerHair ([[Type:bool|bool]]) === | |||
Is the controller's trigger hair being used right now. | |||
=== TriggerClick ([[Type:bool|bool]]) === | |||
Is the controller's trigger being clicked down right now. | |||
=== Touchpad ([[Type:float2|float2]]) === | |||
The position of this controller's touchpad. | |||
=== TouchpadTouch ([[Type:bool|bool]]) === | |||
Is the controller's touchpad being touched right now. | |||
=== TouchpadClick ([[Type:bool|bool]]) === | |||
Is the controller's touchpad clicked down right now. | |||
[[Category:ProtoFlux:Devices:Controllers]] | [[Category:ProtoFlux:Devices:Controllers]] |
Latest revision as of 17:13, 17 April 2024
This article or section is a Stub. You can help the Resonite Wiki by expanding it.
This node provides information provided by discontinued Windows MR controllers.
Usage
Examples
Inputs
User (User)
The user we are getting controller information from.
Node (Chirality)
The controller side to get information from.
Outputs
IsActive (bool)
Is this controller actively being used right now.
Type (Type)
The controller type being used.
BatteryLevel (float)
The battery level of this controller.
IsBatteryCharging (bool)
Is this controller currently charging.
Grip (bool)
Is the controller's grip clicked down right now.
App (bool)
Is the app button pressed right now.
Joystick (float2)
The position of this controller's joystick.
JoystickClick (bool)
Is the controller's joystick clicked down right now.
Trigger (float)
The amount of how far this controller's trigger is being pressed down currently.
TriggerHair (bool)
Is the controller's trigger hair being used right now.
TriggerClick (bool)
Is the controller's trigger being clicked down right now.
Touchpad (float2)
The position of this controller's touchpad.
TouchpadTouch (bool)
Is the controller's touchpad being touched right now.
TouchpadClick (bool)
Is the controller's touchpad clicked down right now.