Open dresswithpockets opened 7 years ago
Add MouseWorldLocation and MouseScreenLocation to Input system.
Mouse input will be used for things like interacting with UI elements, game mechanics, et cetera.
A Vector2 representing the latest position of the mouse in the window.
A Vector2 representing the latest position of the mouse in the game world.
What This Is
Add MouseWorldLocation and MouseScreenLocation to Input system.
Why
Mouse input will be used for things like interacting with UI elements, game mechanics, et cetera.
MousePositionWindow
A Vector2 representing the latest position of the mouse in the window.
MousePositionGame
A Vector2 representing the latest position of the mouse in the game world.