loadFromPointer method

void loadFromPointer(
  1. Pointer<SdlEvent> pointer
)

Implementation

void loadFromPointer(Pointer<SdlEvent> pointer) {
  type = pointer.cdevice.ref.type;
  reserved = pointer.cdevice.ref.reserved;
  timestamp = pointer.cdevice.ref.timestamp;
  which = pointer.cdevice.ref.which;
}