C#
--
Questions
--
Followers
Top Experts
Capturing Mouse Position
Hi,
I need to know the mouse position in a function that does not recieve any MouseEventArgs, is there a way I can find this information without capturing and storing all the mouse movements sepereately or using directX
Cheers
I need to know the mouse position in a function that does not recieve any MouseEventArgs, is there a way I can find this information without capturing and storing all the mouse movements sepereately or using directX
Cheers
Zero AI Policy
We believe in human intelligence. Our moderation policy strictly prohibits the use of LLM content in our Q&A threads.
ASKER CERTIFIED SOLUTION
membership
Log in or create a free account to see answer.
Signing up is free and takes 30 seconds. No credit card required.






EARN REWARDS FOR ASKING, ANSWERING, AND MORE.
Earn free swag for participating on the platform.
C#
--
Questions
--
Followers
Top Experts
C# is an object-oriented programming language created in conjunction with Microsoft’s .NET framework. Compilation is usually done into the Microsoft Intermediate Language (MSIL), which is then JIT-compiled to native code (and cached) during execution in the Common Language Runtime (CLR).