Show or hide the cursor

Property definitions

sdl2 $ SDL :: show_cursor=
	# Show or hide the cursor
	fun show_cursor=(val: Bool) `{ SDL_ShowCursor(val? SDL_ENABLE: SDL_DISABLE); `}
lib/sdl2/sdl2_base.nit:80,2--81,80