the Fiddler's picture

[NativeWindow] Add ability to hide/show/modify the mouse cursor

Project:The Open Toolkit library
Version:1.1-dev
Component:Code
Category:feature request
Priority:normal
Assigned:the Fiddler
Status:open
Description

Currently, the only way to do this is to set System.Windows.Forms.Cursor.Current to an empty cursor (Cursor.Hide() is not supported on Mono).

OpenTK applications should not need to rely on WinForms for this functionality.