WindowShouldClose method
Check if application should close (KeyboardKey.KEY_ESCAPE pressed or windows close icon clicked)
Implementation
@override
bool WindowShouldClose() => _ffi.WindowShouldClose();
Check if application should close (KeyboardKey.KEY_ESCAPE pressed or windows close icon clicked)
@override
bool WindowShouldClose() => _ffi.WindowShouldClose();