unreal.MagicLeapTabletFunctionLibrary

class unreal.MagicLeapTabletFunctionLibrary(outer=None, name='None')

Bases: unreal.BlueprintFunctionLibrary

Magic Leap Tablet Function Library

C++ Source:

  • Plugin: MagicLeapTablet

  • Module: MagicLeapTablet

  • File: MagicLeapTabletFunctionLibrary.h

classmethod set_button_down_delegate(button_down_delegate)None

Set Button Down Delegate

Parameters

button_down_delegate (MagicLeapTabletOnButtonDownDelegate) –

classmethod set_button_up_delegate(button_down_delegate)None

Set Button Up Delegate

Parameters

button_down_delegate (MagicLeapTabletOnButtonUpDelegate) –

classmethod set_pen_touch_delegate(pen_touch_delegate)None

Set Pen Touch Delegate

Parameters

pen_touch_delegate (MagicLeapTabletOnPenTouchDelegate) –

classmethod set_ring_touch_delegate(ring_touch_delegate)None

Set Ring Touch Delegate

Parameters

ring_touch_delegate (MagicLeapTabletOnRingTouchDelegate) –

classmethod set_tablet_connected_delegate(connected_delegate)None

Set Tablet Connected Delegate

Parameters

connected_delegate (MagicLeapTabletOnConnectedDelegate) –

classmethod set_tablet_disconnected_delegate(disconnected_delegate)None

Set Tablet Disconnected Delegate

Parameters

disconnected_delegate (MagicLeapTabletOnDisconnectedDelegate) –