src property

Pointer<Void> src
getter/setter pair

Pointer information about the source of this event. This field is provided mainly for comparison purpose so that event subscribers can check which source the event originated from. Usage of this pointer for other purpose may require special care such as mutex locking or checking whether the object is already destroyed.

Implementation

external ffi.Pointer<ffi.Void> src;