You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently Input.h just has a condition for to handle window closing, but there is no programmatic control of input yet. I'm currently leaning toward using lambda functions that receive a struct describing input state.
I'm considering having both onKeyDown and whileKeyDown registration methods, so you can get both book-end events and or continuous-stream events. This will likely be useful for stuff like touch gestures later.
The text was updated successfully, but these errors were encountered:
Currently Input.h just has a condition for to handle window closing, but there is no programmatic control of input yet. I'm currently leaning toward using lambda functions that receive a struct describing input state.
I'm considering having both onKeyDown and whileKeyDown registration methods, so you can get both book-end events and or continuous-stream events. This will likely be useful for stuff like touch gestures later.
The text was updated successfully, but these errors were encountered: