MCPcopy Create free account
hub / github.com/DescentDevelopers/Descent3 / TelcomLoadMouseCursor

Function TelcomLoadMouseCursor

Descent3/TelCom.cpp:2082–2086  ·  view source on GitHub ↗

Loads the mouse cursor

Source from the content-addressed store, hash-verified

2080
2081// Loads the mouse cursor
2082void TelcomLoadMouseCursor(void) {
2083 TC_cursor = bm_AllocLoadFileBitmap("StdCursor.ogf", 0);
2084 if (TC_cursor == -1)
2085 TC_cursor = BAD_BITMAP_HANDLE;
2086}
2087
2088// Renders the mouse cursor
2089void TelcomRenderMouse(void) {

Callers 1

Calls 1

bm_AllocLoadFileBitmapFunction · 0.85

Tested by

no test coverage detected