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
Post a Comment