Holoboard Basic SDK
v1.4
Software Development Kit for developing applications on smartphones for Holoboard (www.myholo.io)
|
Controller callbacks. Most direct access to controller callbacks. More...
Static Public Attributes | |
static Action< CONTROLLER_STATE > | OnControllerStateChanged |
Action to get notification for Controller State Changes to T:TesseractBasic.CONTROLLER_STATE More... | |
static Action< CONTROLLER_BUTTON > | OnButtonPressedStart |
Action to get notification for when a T:TesseractBasic.CONTROLLER_BUTTON has just been pressed. More... | |
static Action< CONTROLLER_BUTTON > | OnButtonPressEnded |
Action to get notification for when a T:TesseractBasic.CONTROLLER_BUTTON is released. More... | |
static Action | OnTrackpadTouchBegin |
Action to get notification for when the touchpad detected a touch. More... | |
static Action | OnTrackpadTouchEnd |
Action to get notification for when the touchpad touch has ended. More... | |
static Action< CONTROLLER_BUTTON > | OnButtonSingleClickUp |
Action to get notification for a single click of a T:TesseractBasic.CONTROLLER_BUTTON. This is different from T:TesseractBasic.ControllerCallbacks.OnButtonSingleClickConfirm as this is triggered as soon as any button is clicked once, which means it could still be a double click More... | |
static Action< CONTROLLER_BUTTON > | OnButtonSingleClickConfirm |
Action to get notification for a confirmed single click of a T:TesseractBasic.CONTROLLER_BUTTON More... | |
static Action< CONTROLLER_BUTTON > | OnButtonDoubleClick |
Action to get notification for double click of a T:TesseractBasic.CONTROLLER_BUTTON More... | |
static Action | OnDoubleClickCancelled |
Action to get notification for when double click was cancelled by long pressing the second click More... | |
static Action< CONTROLLER_BUTTON > | OnButtonLongPressStart |
Action to get notification for begining of long press of a T:TesseractBasic.CONTROLLER_BUTTON More... | |
static Action< CONTROLLER_BUTTON > | OnButtonLongPressEnd |
Action to get notification for release of button after long press of the T:TesseractBasic.CONTROLLER_BUTTON More... | |
static Action< float > | OnSwipeVertical |
Action to get notification for when touchpad is swiped vertically. More... | |
static Action< float > | OnSwipeHorizontal |
Action to get notification for when touchpad is swipedhorizontally. More... | |
Controller callbacks. Most direct access to controller callbacks.
|
static |
Action to get notification for double click of a T:TesseractBasic.CONTROLLER_BUTTON
|
static |
Action to get notification for release of button after long press of the T:TesseractBasic.CONTROLLER_BUTTON
|
static |
Action to get notification for begining of long press of a T:TesseractBasic.CONTROLLER_BUTTON
|
static |
Action to get notification for when a T:TesseractBasic.CONTROLLER_BUTTON has just been pressed.
|
static |
Action to get notification for when a T:TesseractBasic.CONTROLLER_BUTTON is released.
|
static |
Action to get notification for a confirmed single click of a T:TesseractBasic.CONTROLLER_BUTTON
|
static |
Action to get notification for a single click of a T:TesseractBasic.CONTROLLER_BUTTON. This is different from T:TesseractBasic.ControllerCallbacks.OnButtonSingleClickConfirm as this is triggered as soon as any button is clicked once, which means it could still be a double click
|
static |
Action to get notification for Controller State Changes to T:TesseractBasic.CONTROLLER_STATE
|
static |
Action to get notification for when double click was cancelled by long pressing the second click
|
static |
Action to get notification for when touchpad is swipedhorizontally.
|
static |
Action to get notification for when touchpad is swiped vertically.
|
static |
Action to get notification for when the touchpad detected a touch.
|
static |
Action to get notification for when the touchpad touch has ended.