loadFromPointer method

void loadFromPointer(
  1. Pointer<SdlCursorFrameInfo> pointer
)

Implementation

void loadFromPointer(Pointer<SdlCursorFrameInfo> pointer) {
  surface = pointer.ref.surface;
  duration = pointer.ref.duration;
}