# File lib/rubygame/screen.rb, line 338
  def show_cursor?
    return ( SDL.ShowCursor(SDL::QUERY) == 1 )
  end