Skip to content
#

graphics-library

Here are 216 public repositories matching this topic...

opentk
pabakal1
pabakal1 commented Apr 28, 2019

Description

Using Mouse.GetState() returns (0,0) for position when using the trackpad. Using an external mouse works. This cannot be fixed with Mouse.GetState(int).

Repro steps

Call: Console.WriteLine(Mouse.GetState()); in an update frame function.

Expected behavior

It should return the X and Y displacement of your mouse

Actual behavior

It returns (0,0)

Related

Silk.NET

Improve this page

Add a description, image, and links to the graphics-library topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the graphics-library topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.