Message 1 of 3
Get position of mouse cursor on canvas
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I want to programmatically rotate the camera around the mouse position, so I need to know where the cursor is.
Is there any way to get the current mouse position on the canvas?
I have found going from Point2d, I have found MouseEvent and MouseEventArgs, but they require me to start a Command first. Is it possible to get the mouse position without starting a Command?