I want to implement mouse for my menu driven program. Where will I get a simple mouse.h header file and instructions as to how to use it etc.? Also I need different kinds of pointers and it should not be in a way that I am confined to just a single kind of mouse pointer. I am very much a novice to C++ and graphics programming in Turbo C++ environment. So please send me instructions which are not very compilcated or in other words reasonably easy to figure out. .
implementing mouse
Collapse
X
-
Tags: None
-
have a look at URLOriginally posted by srinpraveenI want to implement mouse for my menu driven program. Where will I get a simple mouse.h header file and instructions as to how to use it etc.? Also I need different kinds of pointers and it should not be in a way that I am confined to just a single kind of mouse pointer. I am very much a novice to C++ and graphics programming in Turbo C++ environment. So please send me instructions which are not very compilcated or in other words reasonably easy to figure out. .
http://www.ana.sudani. co.uk/Programming/mouse.htm
Comment