comwizz2's picture

OpenTK.Input.Mouse doesnt work in windows 8

Project:The Open Toolkit library
Version:1.x-dev
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:open
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

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
Mathyn's picture

#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?