CreedVI / Raylib-J

Handmade Java binding for Raylib
zlib License
91 stars 15 forks source link

Various Input functions not registering input #17

Closed CreedVI closed 3 years ago

CreedVI commented 3 years ago

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.

CreedVI commented 3 years ago

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