Is the cursor visible?

Property definitions

sdl2 $ SDL :: show_cursor
	# Is the cursor visible?
	fun show_cursor: Bool `{ return SDL_ShowCursor(SDL_QUERY); `}
lib/sdl2/sdl2_base.nit:83,2--84,62