IInputListenerReceiveButtonEvent Method  | 
 
            Receives a button event.
            
 
    Namespace: 
   ProScript
    Assembly:
   proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntaxvoid ReceiveButtonEvent(
	ButtonEvent c
)
Sub ReceiveButtonEvent ( 
	c As ButtonEvent
)
void ReceiveButtonEvent(
	ButtonEvent^ c
)
abstract ReceiveButtonEvent : 
        c : ButtonEvent -> unit 
Parameters
- c
 - Type: ProScriptButtonEvent
button event 
See Also