GameEngineDesign-S24 / AstraEngine

0 stars 9 forks source link

Feature Request: MouseClick #10

Closed Dev-ello closed 3 months ago

Dev-ello commented 4 months ago

Probably added to KeyCode or something.

jcollard commented 4 months ago

The main place to add this would be the AstraEngine.InputSystem.IInputSystem.

What method or methods should be added? It might make sense to start by coming up with an example of how the user would write code for clicking the mouse on the screen.