Directx mouse
From: You Are Right (extraz_at_singnet.com.sg)
Date: 11/09/04
- Next message: Bill Cunningham: "Re: parser"
- Previous message: Phlip: "Re: Recommended books on Top Down Design"
- Next in thread: Robert Wessel: "Re: Directx mouse"
- Reply: Robert Wessel: "Re: Directx mouse"
- Reply: Slawek: "Re: Directx mouse"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 9 Nov 2004 22:48:54 +0800
After i have created the mouse pointer for directx, something happens to the
tracking of the mouse pointer.
i create:
sprintf(buffer,"Pointer (%d,%d)",mouse_x,mouse_y);
and i realised that the pointer loses its position if i move it quickly.
Lets say the original position is (320,240), after i move my mouse left and
right a few times and when back at the initial position, the figures change.
How does this happen? What can i do to solve this problem?
- Next message: Bill Cunningham: "Re: parser"
- Previous message: Phlip: "Re: Recommended books on Top Down Design"
- Next in thread: Robert Wessel: "Re: Directx mouse"
- Reply: Robert Wessel: "Re: Directx mouse"
- Reply: Slawek: "Re: Directx mouse"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|