math-library
Here are 161 public repositories matching this topic...
-
Updated
Aug 20, 2020 - JavaScript
-
Updated
Oct 13, 2020 - C
-
Updated
Oct 23, 2020 - C
-
Updated
Oct 21, 2020 - JavaScript
-
Updated
Oct 2, 2020 - C++
-
Updated
Jan 25, 2020 - JavaScript
-
Updated
Oct 14, 2020 - C++
-
Updated
Oct 22, 2020 - Kotlin
-
Updated
Jun 2, 2020 - JavaScript
-
Updated
Oct 3, 2019 - Python
-
Updated
Sep 7, 2020 - C#
-
Updated
Nov 11, 2019 - JavaScript
-
Updated
Sep 1, 2020 - Jupyter Notebook
-
Updated
Jul 15, 2020 - C
-
Updated
Sep 19, 2020 - Python
-
Updated
Apr 24, 2020 - Swift
-
Updated
Sep 9, 2019 - C#
-
Updated
Oct 23, 2020 - C
-
Updated
Oct 3, 2020 - C++
-
Updated
Jun 21, 2017 - Python
-
Updated
Dec 31, 2018 - Java
-
Updated
Dec 30, 2018 - PHP
-
Updated
Aug 30, 2017 - PHP
-
Updated
Aug 26, 2020 - C
-
Updated
Apr 19, 2018 - Common Lisp
-
Updated
Oct 26, 2020 - Python
-
Updated
Sep 7, 2020 - C++
-
Updated
Oct 1, 2020 - JavaScript
Improve this page
Add a description, image, and links to the math-library topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the math-library topic, visit your repo's landing page and select "manage topics."


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