I can register a window class with the default cursor using:
WNDCLASSEX wc = {0}; wc.hCursor = LoadCursor(nullptr, IDC_ARROW);
But after look