Input.cs File Reference

Classes

class  PowerUI.Input
 This class manages input such as clicking, hovering and keypresses. More...
 

Namespaces

 PowerUI
 The PowerUI namespace manages almost everything to do with PowerUI such as html, css and it's rendering.
 

Constant Groups

 PowerUI
 The PowerUI namespace manages almost everything to do with PowerUI such as html, css and it's rendering.
 

Functions

delegate void PowerUI.MousePositionResolver2D ()
 A delegate which can be used to place the mouse in custom locations. See Input.OnResolve2D. More...
 
delegate bool PowerUI.MousePositionResolver3D (out RaycastHit hit, UIEvent uiEvent)
 A delegate which can be used to run custom WorldUI mouse position handling. See Input.OnResolve3D. More...