Hi everyone. I tried to find something on this forum, but I can`t, so I`m creating this topic.
I`m just starting with 3DGS and I have little noob question. After switching to fullscreen mode in main function I have no mouse cursor. I tried in several ways, but still no cursor. In windowed mode everything is fine.
Here is my code:
Code:
function main()
{
	video_mode = 11;
	video_screen = 1;
	mouse_mode = 4;
	mouse_map = NULL;
	mouse_sync = 1;
}



As you can see, I tried in couple ways to switch on my mouse cursor, but still not working.
I will be very grateful for your help.
Regards.