UserInputController Class

This client-side class corresponds to the UserInputController server-side class and gives an opportunity to obtain access to its primary members in JavaScript.

Namespace: GraphicsMill
Assembly: Aurigma.GraphicsMill.AjaxControls (in Aurigma.GraphicsMill.AjaxControls.dll)

Syntax

Java Script
GraphicsMill.UserInputController = function();

Type.createClass(
	'GraphicsMill.UserInputController',
	Sys.UI.Control);

Remarks

All the client-side classes intended to manage user input (such as mouse events) of the BaseViewer control are inherited from this class.

UserInputController class is an abstract one, you cannot instantiate it directly.

Inheritance Hierarchy

See Also

Reference