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
)
Public Sub RegisterInputListener (
l As IInputListener
)
public:
void RegisterInputListener(
IInputListener^ l
)
member RegisterInputListener :
l : IInputListener -> unit
Parameters
- l
- Type: ProScriptIInputListener
listener to register
See Also