
OpenTK.Input.Mouse doesnt work in windows 8
Posted Sunday, 28 October, 2012 - 20:59 by comwizz2| Project: | The Open Toolkit library |
| Version: | 1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | open |
Jump to:
Description
When trying to use OpenTK.Input.Mouse.GetState() in windows 8, MouseState.X and MouseState.Y always returns 0 and isConnected always = false even when a mouse is present on the system.
This behavior has been experienced by me and another forum member.


Comments
#1
A solution to this problem is offered in this topic: http://www.opentk.com/node/3198
It still needs to be tested on certain system configurations though. Please see the topic for more information.
Can someone test this and if it works properly add it to the OpenTK code?