fixup! IOS/KBD: Add keyboard support for SDL3 backend

This commit is contained in:
Sepalani 2025-05-25 15:36:54 +04:00
parent 49fc7e78cc
commit c66b5943a5
1 changed files with 2 additions and 0 deletions

View File

@ -191,8 +191,10 @@ void KeyboardContext::Quit()
void* KeyboardContext::HandlerState::GetHandle() const
{
#ifdef _WIN32
if (is_rendering_to_main && !is_fullscreen)
return main_handle;
#endif
return renderer_handle;
}