ProtoFlux:HPReverb Controller

From Resonite Wiki

This article or section is a Stub. You can help the Resonite Wiki by expanding it.


HPReverb Controller
User
IsActive
Node
Type
BatteryLevel
IsBatteryCharging
AppMenu
ButtonYB
ButtonXA
Grip
GripTouch
GripClick
Joystick
JoystickClick
Trigger
TriggerClick
Controllers

This node provides information provided by HP Reverb 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.

AppMenu (bool)

Is the app menu button pressed right now.

ButtonYB (bool)

Is the Button YB pressed right now.

ButtonXA (bool)

Is the Button XA pressed right now.

Grip (float)

The amount of how much this controller is being gripped right now.

GripTouch (bool)

Is the controller's grip touched right now.

GripClick (bool)

Is the controller's grip clicked down 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.

TriggerClick (bool)

Is the controller's trigger being clicked down right now.