ladybird/Userland/Services/Taskbar
circl eeeaf410fb WindowServer+LibGUI: Expose raw scroll wheel values to applications
This is useful, for instance, in games in which you can switch held
items using the scroll wheel. In order to implement this, they
previously would have to either add a hard-coded division by 4, or look
up your mouse settings to adjust correctly.

This commit adds an MouseEvent.wheel_raw_delta_x() and
MouseEvent.wheel_raw_delta_y().
2022-03-27 01:11:27 +01:00
..
ClockWidget.cpp Services: Use default constructors/destructors 2022-03-24 20:09:26 -07:00
ClockWidget.h Services: Use default constructors/destructors 2022-03-24 20:09:26 -07:00
CMakeLists.txt Taskbar: Add dropping of AppFiles to QuickLaunch 2021-12-28 00:57:48 -08:00
main.cpp Userland: Rename WindowServerConnection=>ConnectionToWindowServer 2022-02-25 22:35:12 +01:00
QuickLaunchWidget.cpp Services: Use default constructors/destructors 2022-03-24 20:09:26 -07:00
QuickLaunchWidget.h Services: Use default constructors/destructors 2022-03-24 20:09:26 -07:00
ShutdownDialog.cpp Services: Use default constructors/destructors 2022-03-24 20:09:26 -07:00
ShutdownDialog.h Services: Use default constructors/destructors 2022-03-24 20:09:26 -07:00
TaskbarButton.cpp Services: Use default constructors/destructors 2022-03-24 20:09:26 -07:00
TaskbarButton.h Services: Use default constructors/destructors 2022-03-24 20:09:26 -07:00
TaskbarWindow.cpp WindowServer+LibGUI: Expose raw scroll wheel values to applications 2022-03-27 01:11:27 +01:00
TaskbarWindow.h Services: Use default constructors/destructors 2022-03-24 20:09:26 -07:00
WindowIdentifier.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
WindowList.cpp Userland: Fix unnecessary heap allocation of singleton objects 2022-01-28 23:31:00 +01:00
WindowList.h Everywhere: Replace "virtual desktop" => "workspace" 2021-11-13 12:48:43 +01:00