The mouse interacting with OGL

Started by
4 comments, last by Gresc 20 years, 8 months ago
does anyone know of any good tutorials that teach you how to use the mouse in opengl? or is it just you need to resort to using dinput(please no!)
Advertisement
opengl is a graphics api only ... has no support for input, sound, etc ...

i used dinput ... it isnt all that bad

SiN
If you don''t want to bother with DirectInput check out SDL
Exist a lot of mouse input settings,choose one that u like...ASM it''s very simple to read mouse input''s (i know that ASM work with menmonics) try "mouse input c++ (i think) tutorial" in google.

_,,,^Ó..ò^,,,_

I use the good ol'' GetCursorPos WINAPI function when working on Windows (and not working with GLUT), I find it works fine.

~SPH

AIM ME: aGaBoOgAmOnGeR
thanx yall

This topic is closed to new replies.

Advertisement