c# - How can I set cursor position with OpenTK? -


i working on fps camera latest version of opentk (2.0.0.0) , want use mouse delta movement control pitch/yaw of camera. need reposition cursor center of window cannot find way set cursor position. looked under gamewindow.mouse , gamewindow.cursor , found way cursor position, not set it.

how set cursor position ?


Comments

Popular posts from this blog

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -