Thread: Mouse Flicker...

  1. #1
    Registered User
    Join Date
    Sep 2001
    Posts
    28

    Mouse Flicker...

    Hi

    I'm using Open Gl with Borland 5.5 and when I try to use the mouse with my own cursor (data/main.cur) it gets all flickery. Can Somebody please help, how do I fix it?
    Thanks
    ...

  2. #2
    Linguistic Engineer... doubleanti's Avatar
    Join Date
    Aug 2001
    Location
    CA
    Posts
    2,459
    i'm not familiar with the refreshing system of GL, but if you use a double buffer [back buffer] it could help you out... that is, output all of the next frame to an offscreen buffer [including the mouse pointer] and then in one chunk, transfer that to the output...
    hasafraggin shizigishin oppashigger...

  3. #3
    Registered User
    Join Date
    Sep 2001
    Posts
    28

    Still Wont Work

    I am already using double buffering but that doesnt seem to fix the mouse
    ...

  4. #4
    Linguistic Engineer... doubleanti's Avatar
    Join Date
    Aug 2001
    Location
    CA
    Posts
    2,459
    well i don't know what to tell you since i'm not a GL-er... maybe it's some option you forgot to switch correctly somewhere in the setup...
    hasafraggin shizigishin oppashigger...

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. need Help in Mouse Pointer
    By obaid in forum C++ Programming
    Replies: 3
    Last Post: 12-07-2006, 03:33 AM
  2. Problem in mouse position
    By Arangol in forum Game Programming
    Replies: 6
    Last Post: 08-08-2006, 07:07 AM
  3. Making a mouse hover button, API style
    By hanhao in forum C++ Programming
    Replies: 1
    Last Post: 05-27-2004, 06:17 AM
  4. Game Design Topic #2 - Keyboard or Mouse?
    By TechWins in forum Game Programming
    Replies: 4
    Last Post: 10-08-2002, 03:34 PM
  5. DirectX 8 Mouse Flicker
    By (TNT) in forum Windows Programming
    Replies: 1
    Last Post: 11-04-2001, 10:44 AM