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

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -