loadFromPointer method
Implementation
void loadFromPointer(Pointer<SdlEvent> pointer) {
type = pointer.ref.notification.type;
reserved = pointer.ref.notification.reserved;
timestamp = pointer.ref.notification.timestamp;
which = pointer.ref.notification.which;
if (pointer.ref.notification.actionId != nullptr) {
actionId = pointer.ref.notification.actionId.toDartString();
}
}