"Yo what buttons do you want for your new gaming device, most controllers have 16" and HTC literally said "Two. One for grabbing and one for touching." |
Added the inputs and outputs for this page. |
||
Line 34: | Line 34: | ||
== 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. | |||
=== 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:10, 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 HTC Vive wand 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.
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.