Hi, I have a windows forms application with GLControl. I was trying to use some samples from documentation, but they doesn't work. How can I detect when key is pressed on keyboard and mouse? Thanks
I guess you should use form's events KeyDown and KeyUp. There are also many default mouse events
Thanks!
Comments
Re: mouse and keyboard
I guess you should use form's events KeyDown and KeyUp. There are also many default mouse events
Re: mouse and keyboard
Thanks!