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 3 of 3

Thread: Moving the Window on the Screen

  1. #1
    Guest

    Moving the Window on the Screen

    Is there a way of controlling the location of the window on the screen without using glut commands, and more specifically of moving the window without having to close and reopen it?

  2. #2
    Senior Member OpenGL Guru
    Join Date
    Jun 2000
    Location
    Gastonia, NC, USA
    Posts
    2,096

    Re: Moving the Window on the Screen

    Yes, using the Windows API commands!
    But then it will only compile on a windows machine.

    Look for a tutor on using the Windows API


    Originally posted by philoherron:
    Is there a way of controlling the location of the window on the screen without using glut commands, and more specifically of moving the window without having to close and reopen it?

  3. #3
    Guest

    Re: Moving the Window on the Screen

    I am running it on an SGI machine that runs UNIX

Posting Permissions

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