
[NativeWindow] Add ability to hide/show/modify the mouse cursor
Posted Friday, 12 February, 2010 - 15:29 by the Fiddler| 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.

