We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e62ad1b commit 3b7b677Copy full SHA for 3b7b677
bindings/c/examples/sdl/hello_world.c
@@ -80,6 +80,7 @@ void accesskit_sdl_adapter_init(struct accesskit_sdl_adapter *adapter,
80
void *source_userdata,
81
accesskit_action_handler *handler) {
82
#if defined(__APPLE__)
83
+ accesskit_macos_add_focus_forwarder_to_window_class("SDLWindow");
84
SDL_SysWMinfo wmInfo;
85
SDL_VERSION(&wmInfo.version);
86
SDL_GetWindowWMInfo(window, &wmInfo);
0 commit comments