Is your feature request related to a problem? Please describe.
Current available Inputs (players & camera) does not include mouse or pointer coordinates. This makes it difficult to implement features that require knowledge of the user's cursor position, such as click-to-move or UI interactions
Describe the solution you'd like
Add mouse or pointer coordinates (e.g., screen or normalized device coordinates) to the available Inputs enum, so that scripts and game logic can access the current pointer position.
Additional context
Having access to pointer coordinates would enable:
- Click-to-move mechanics
- UI element interaction
Is your feature request related to a problem? Please describe.
Current available Inputs (players & camera) does not include mouse or pointer coordinates. This makes it difficult to implement features that require knowledge of the user's cursor position, such as click-to-move or UI interactions
Describe the solution you'd like
Add mouse or pointer coordinates (e.g., screen or normalized device coordinates) to the available Inputs enum, so that scripts and game logic can access the current pointer position.
Additional context
Having access to pointer coordinates would enable: