PixelCrushers.InputDeviceMethods Class Reference

This script provides methods to control InputDeviceManager that you can hook up in scripts where the InputDeviceManager instance isn't accessible at design time. More...

Inheritance diagram for PixelCrushers.InputDeviceMethods:
Collaboration diagram for PixelCrushers.InputDeviceMethods:

Public Member Functions

void UseJoystick ()
 
void UseKeyboard ()
 
void UseMouse ()
 
void UseTouch ()
 
void SetCursor (bool visible)
 
void ForceCursor (bool visible)
 
void BrieflyIgnoreMouseMovement ()
 
void AllowInput (bool value)
 

Detailed Description

This script provides methods to control InputDeviceManager that you can hook up in scripts where the InputDeviceManager instance isn't accessible at design time.

Member Function Documentation

◆ AllowInput()

void PixelCrushers.InputDeviceMethods.AllowInput ( bool  value)
inline

◆ BrieflyIgnoreMouseMovement()

void PixelCrushers.InputDeviceMethods.BrieflyIgnoreMouseMovement ( )
inline

◆ ForceCursor()

void PixelCrushers.InputDeviceMethods.ForceCursor ( bool  visible)
inline

◆ SetCursor()

void PixelCrushers.InputDeviceMethods.SetCursor ( bool  visible)
inline

◆ UseJoystick()

void PixelCrushers.InputDeviceMethods.UseJoystick ( )
inline

◆ UseKeyboard()

void PixelCrushers.InputDeviceMethods.UseKeyboard ( )
inline

◆ UseMouse()

void PixelCrushers.InputDeviceMethods.UseMouse ( )
inline

◆ UseTouch()

void PixelCrushers.InputDeviceMethods.UseTouch ( )
inline

The documentation for this class was generated from the following file: