EmitEvent #
Emits an event.
Signature #
EmitEvent(event int, customArg interface{})
Arguments #
Argument | Type | Description |
---|---|---|
event | int | constant from the event package |
customArg | interface{} | Custom argument |
Edit this page on Github(opens new window)
Emits an event.
EmitEvent(event int, customArg interface{})
Argument | Type | Description |
---|---|---|
event | int | constant from the event package |
customArg | interface{} | Custom argument |