Click or drag to resize

DeviceRegisterInputListener Method

This method registers an input listener for this device that will be notified of any new input.

Namespace:  ProScript
Assembly:  proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax
public void RegisterInputListener(
	IInputListener l
)

Parameters

l
Type: ProScriptIInputListener
listener to register
See Also