CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Oct 2010
    Posts
    46

    OpenGL, bugged cursor

    Hi everyone. Recently i installed windows 7 to my computer and now i'm trying to do some opengl programing. Again. But now i'm running into this issue: I'm creating window like here http://nehe.gamedev.net/tutorial/cre...in32%29/13001/ (BTW this tut is old so is this still the way to create opengl window?) and when window appears (in windowed mode) cursor on it becomes beam cursor (blue circle wich appears when cpu is busy) and it changes to arrow pointer only if i move it to title bar or off window. Moving it programicaly didn't changed it to arrow. I couldn't find anything usefull on google so i'm hopeing you can help me
    Thanks in advance,
    Fire_

  2. #2
    Join Date
    Apr 1999
    Posts
    3,585

    Re: OpenGL, bugged cursor

    If I were you, I would look to OpenGL.org for the info you need. They've got plenty of resources there.
    Gort...Klaatu, Barada Nikto!

Posting Permissions

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





Click Here to Expand Forum to Full Width

Featured