Advertisement

Mouse Class

Started by June 14, 2000 10:55 AM
0 comments, last by Blue*Omega 24 years, 8 months ago
Does Anyone have any Idea how you would scan the position of the mouse from within a class? Example: Class Mouse { Public: Scan(); // this is what I want. Private: int mousex, mousey; // Mouse coords. } Mouse::Scan() { // In here the mouse coords would be stored in mousex/mousey. } Did that make sense? (P.S. I Am STRONGLY against using GLUT, even though it does have mouse functions) ----------------------------- Blue*Omega (Insert Witty Quote Here)
// Tojiart
You can do this with DirectInput if you are
going to support MS inventions.

You can mail me and I will send you a short
code snippet. I would post it here, but this
could be a little bit to large.

Best regards

Marc ''nEo'' Ueberall
Marc ''nEo'' Ueberall

This topic is closed to new replies.

Advertisement