mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-19 16:33:50 +00:00
c37d4af516
The tooltip isn't really interested in any keyboard and mouse events, other than as a signal to close itself, so pass them back to the parent dialog. From what I understand, the tooltip isn't part of the dialog, so there should be no risk of going into an infinite loop here.