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
LibAstro need to have an event system focusing on the keyboard input and screen resizing, currently theres a signal function that tries to handle the window resizing event but it seems that it is broken and need more work to fix it. signal function is HandleResize() it is in src/libastro/cursor/cursor.h/cpp
The text was updated successfully, but these errors were encountered:
LibAstro need to have an event system focusing on the keyboard input and screen resizing, currently theres a signal function that tries to handle the window resizing event but it seems that it is broken and need more work to fix it. signal function is
HandleResize()
it is insrc/libastro/cursor/cursor.h/cpp
The text was updated successfully, but these errors were encountered: