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: Get the window coordinates when you clic on the OpenGL window

  1. #1
    Intern Contributor
    Join Date
    Jun 2006
    Location
    Spain
    Posts
    81

    Get the window coordinates when you clic on the OpenGL window

    Hi,

    i want to get the window coordinates of an Opengl window when you clic on it with the mouse.

    Is that a question about c, c++ or win API programming or it involves Opengl?

  2. #2
    Intern Contributor
    Join Date
    Apr 2002
    Location
    Spain
    Posts
    66

    Re: Get the window coordinates when you clic on the OpenGL window

    It is a question about your windowing API, because it'll give you the mouse click event. OpenGL nor C++ provide mechanisms for that.

Posting Permissions

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