MCPcopy Create free account
hub / github.com/OpenLoco/OpenLoco / loadCursor

Function loadCursor

src/OpenLoco/src/Ui.cpp:311–314  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

309 }
310
311 static SDL_Cursor* loadCursor(Cursor& cursor)
312 {
313 return SDL_CreateCursor(cursor.data, cursor.mask, 32, 32, cursor.x, cursor.y);
314 }
315
316 // 0x00452001
317 void initialiseCursors()

Callers 1

initialiseCursorsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected