Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Method For Simulating Collisions With Mouseclick #2

Open
KTStephano opened this issue Aug 18, 2018 · 0 comments
Open

Method For Simulating Collisions With Mouseclick #2

KTStephano opened this issue Aug 18, 2018 · 0 comments
Labels
enhancement New feature or request

Comments

@KTStephano
Copy link
Owner

Right now the engine simulates collisions between entities and reports them. However, it needs to have a way to report what game objects a mouse click collided with.

@see engine/MouseInputComponent.java, the processMouseCollisionResponse() method. This is intended to be the method that gets called for all registered mouse input components whenever the mouse click collides with stuff.

@KTStephano KTStephano added the enhancement New feature or request label Aug 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant