Hi,
How can i turn off the mouse arrow in my sdl program?
Many thx,
Nuno Santos
Hi,
How can i turn off the mouse arrow in my sdl program?
Many thx,
Nuno Santos
Nuno Santos wrote:
How can i turn off the mouse arrow in my sdl program?
SDL_ShowCursor(SDL_DISABLE)
Use the manual next time ;)–
SirMike