EventDispatcherHandle.kl¶
Types¶
EventDispatcherHandle (object)¶
バージョン 1.12.0 で追加.
The EventDispatcherHandle is used to provide access to the EventDispatcher singleton object.
The _singletons_extension
to use store the EventDispatcher.
参考
Singletons
, EventDispatcher
The EventDispatcherHandle can be constructed from Python and used to access the EventDispatcher
Methods¶
EventDispatcherHandle ( in EventDispatcherHandle other ) | |
EventDispatcherHandle () | |
EventDispatcherHandle | clone ? () |
Ref<EventDispatcher> | getEventDispatcher ? () |