loadFromPointer method
Implementation
void loadFromPointer(Pointer<SdlEvent> pointer) {
type = pointer.adevice.ref.type;
reserved = pointer.adevice.ref.reserved;
timestamp = pointer.adevice.ref.timestamp;
which = pointer.adevice.ref.which;
recording = pointer.adevice.ref.recording;
}