|
-
March 17th, 2008, 06:46 AM
#1
mouse program interface
does anybody has an idea how to
interface between mouse and da source code???
my senior gave me an idea abt using interrupts......
-
March 17th, 2008, 07:20 AM
#2
Re: mouse program interface
You need to tell the system you want mouse callback events. Some libraries provide this; I don't know how you'd do it directly using just Win32.
-
March 17th, 2008, 09:06 AM
#3
Re: mouse program interface
Its win xp and the compiler
is dev c++
do u know library or function name?
-
March 17th, 2008, 09:15 AM
#4
Re: mouse program interface
GTK+ is the library I use, but that might be overkill in this case (it's a full GUI toolkit).
-
March 17th, 2008, 10:08 AM
#5
Re: mouse program interface
 Originally Posted by rage1989
does anybody has an idea how to
interface between mouse and da source code???
my senior gave me an idea abt using interrupts......
 Originally Posted by rage1989
Its win xp and the compiler
is dev c++
do u know library or function name?
In Windows you handle the mouse messages which are sent to your window, for example: WM_MOUSEMOVE.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|