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.6.39.0 (1.6.39.0)
Syntaxpublic 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