Base class for the input manager More...
Static Public Attributes | |
static Action< ManoMotionFrame > | OnFrameUpdated |
static Action< ManoMotionFrame > | OnFrameInitialized |
static Action< ManoMotionFrame > | OnFrameResized |
static Action< DeviceOrientation > | OnOrientationChanged |
Protected Member Functions | |
virtual void | ResizeCurrentFrameTexture (int width, int height) |
abstract void | InitializeInputParameters () |
Initializes the values, such as width and height of the frame, in order to prepare a proper frame for ManoMotion tech to process. More... | |
virtual void | ForceApplicationPermissions () |
Forces the application to ask for camera permissions and external storage read and writte. More... | |
virtual void | UpdateFrame< T > (T parameter) |
virtual void | UpdateFrame () |
Protected Attributes | |
int | rezMinValue |
int | rezMaxValue |
Base class for the input manager
|
inlineprotectedvirtual |
Forces the application to ask for camera permissions and external storage read and writte.
|
protectedpure virtual |
Initializes the values, such as width and height of the frame, in order to prepare a proper frame for ManoMotion tech to process.
Implemented in InputManagerPhoneCamera.
|
inlineprotectedvirtual |
|
inlineprotectedvirtual |
|
inlineprotectedvirtual |
|
static |
|
static |
|
static |
|
static |
|
protected |
|
protected |