-
Notifications
You must be signed in to change notification settings - Fork 1
Sample Code
Cory Corvus edited this page May 19, 2020
·
9 revisions
public void SubscribeToPlayerAction(SteamVR_Action_Boolean action, SteamVR_Action_Boolean.ChangeHandler onAction)
{
action.AddOnChangeListener(onAction, SteamInputSource); //SteamInputSource can be Left Right or Any
}