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