Part of the Khronos Group
OpenGL.org

The Industry's Foundation for High Performance Graphics

from games to virtual reality, mobile phones to supercomputers

Results 1 to 2 of 2

Thread: How to hide taskbar in game mode???

  1. #1
    Junior Member Newbie
    Join Date
    Oct 2004
    Posts
    3

    How to hide taskbar in game mode???

    Hi everyone,

    I create my environment using glutGameModeString, etc. The first thing I've noticed was that the mouse pointer was visible. I figured out that that "ShowCursor( false )" helped me with that problem. But what about the taskbar? Does anybody know how to hide the taskbar at the bottom?

    Many thanks

    Jupp

  2. #2
    Advanced Member Frequent Contributor
    Join Date
    Jan 2003
    Location
    Virginia
    Posts
    601

    Re: How to hide taskbar in game mode???

    function glutFullScreen glutfullscreen

    if you don't find it in your glut header download it from Nate Robin\'s GLUT for Windows page .

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •