ladybird/Userland/Demos/CatDog
Marcus Nilsson 41e74d4d31 CatDog: Don't show context menu when clicking outside of widget
The context menu for CatDog was shown when right clicking anywhere on
the screen because of global cursor tracking being enabled.
Also fix event not being passed by reference.

Fixes #7285
2021-05-19 23:14:07 +02:00
..
CatDog.cpp CatDog: Remove global menu and add context menu 2021-05-18 18:59:18 +01:00
CatDog.h CatDog: Remove global menu and add context menu 2021-05-18 18:59:18 +01:00
CMakeLists.txt CatDog: Help the user debug their programs 2021-05-09 15:21:23 +02:00
main.cpp CatDog: Don't show context menu when clicking outside of widget 2021-05-19 23:14:07 +02:00
SpeechBubble.cpp CatDog: Help the user debug their programs 2021-05-09 15:21:23 +02:00
SpeechBubble.h CatDog: Help the user debug their programs 2021-05-09 15:21:23 +02:00