mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-17 11:38:49 +00:00
cocoa: Ignore both clicks and motion on tooltip windows
(cherry picked from commit ad2584813f)
This commit is contained in:
parent
4aa4e6a18e
commit
15db51d7ff
1 changed files with 1 additions and 0 deletions
|
|
@ -2210,6 +2210,7 @@ static bool SetupWindowData(SDL_VideoDevice *_this, SDL_Window *window, NSWindow
|
|||
} else {
|
||||
if (window->flags & SDL_WINDOW_TOOLTIP) {
|
||||
[nswindow setIgnoresMouseEvents:YES];
|
||||
[nswindow setAcceptsMouseMovedEvents:NO];
|
||||
} else if (window->flags & SDL_WINDOW_POPUP_MENU) {
|
||||
Cocoa_SetKeyboardFocus(window, window->parent == SDL_GetKeyboardFocus());
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue