
Mouse coordinates
Posted Friday, 7 March, 2008 - 08:02 by teichgraf inHello everyone
First I would like to thank the OpenTK developers for making such a great product. I just used the QuickStart code with the GameWindow and it is so simple and nice. Very great! Thanks a lot!
Back to the topic:
My question is, how can one retrieve the mouse position in client window coordinates?


Comments
Re: Mouse coordinates
Mouse.XandMouse.Yreturn the position in window coordinates (the docs in 0.9.0 are out of date) :)Re: Mouse coordinates
It works.
Thanks for the fast reply!