Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
static const TCursor crMyCursor = 0xffffffe9;
enum TCursor {crMin=0x7fff-1, crMax=0x7fff};
Screen->Cursors[crMyCursor] = LoadCursor(HInstance, "MYCURSOR");
TCursor SaveCursor = Screen->Cursor; // keep the original in mind
Screen->Cursor = myCursor;