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