How do you introduce mouse in c++ program?
krnekhelesh 16 Junior Poster
Recommended Answers
Jump to Postyou have to use os-specific functions. What compiler and what operating system ?
Jump to Postand what hardware architecture, what mouse (USB, PS/2, serial, something else maybe).
I've done it 15 years or so ago. At the time we had to write our own mousedrivers, was fun.
I think the disk with that code is by now unreadable (not that it would do much …
Jump to PostWindows might play nice and provide an abstraction layer which makes the command window perceive the mouse as a serial device, but I'm far from certain about that.
Jump to Postyup. typically will send a character representation of the screen (ASCII Art forever!) to the parallel port.
All 14 Replies
Ancient Dragon 5,243 Achieved Level 70 Team Colleague Featured Poster
jwenting 1,905 duckman Team Colleague
krnekhelesh 16 Junior Poster
Ancient Dragon 5,243 Achieved Level 70 Team Colleague Featured Poster
jwenting 1,905 duckman Team Colleague
krnekhelesh 16 Junior Poster
krnekhelesh 16 Junior Poster
krnekhelesh 16 Junior Poster
Ancient Dragon 5,243 Achieved Level 70 Team Colleague Featured Poster
krnekhelesh 16 Junior Poster
jwenting 1,905 duckman Team Colleague
krnekhelesh 16 Junior Poster
krnekhelesh 16 Junior Poster
Ancient Dragon 5,243 Achieved Level 70 Team Colleague Featured Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.