Send an event to all event handlers
<viz>.sendEvent( | |
event | |
*args | |
) |
Flag | Description |
viz.EVENT_STOP | Stop the event from being passed on to remaining handlers. |
viz.EVENT_PREVENT_DEFAULT | Prevent any default behavior the application would perform for the event. |