ladybird/Userland/Games/Pong
Ben Wiederhake 9c3da7a3e3 Pong: Switch to global tracking
When I play Pong, I don't really pay attention to whether my mouse is in
the Pong window. That means that sometimes, annoyingly, the window loses
my mouse, and I lose control of the paddle. Gasp! D:

This commit teaches Pong the wonders of global mouse tracking, thus
enabling the player to focus solely on the game.
2021-09-08 23:59:08 +02:00
..
CMakeLists.txt Everywhere: Add component declarations 2021-06-17 11:03:51 +02:00
Game.cpp Pong: Switch to global tracking 2021-09-08 23:59:08 +02:00
Game.h Pong: Switch to global tracking 2021-09-08 23:59:08 +02:00
main.cpp Pong: Remove wpath and cpath pledges 2021-08-28 12:22:16 +04:30