CreedVI/Raylib-J

Various Input functions not registering input

Closed this issue · 1 comments

Describe the bug
The following functions do not correctly respond to user input when called:
Core.IsKeyPressed()
Core.IsKeyReleased()
Core.IsMouseButtonPressed()
Core.IsMouseButtonReleased()

To Reproduce
Steps to reproduce the behavior:

  1. utilize one of the methods listed above

Expected behavior
Methods should return true when user provides the appropriate input.

Solved. Error when assigning current key/mouse presses to previous