mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 07:47:34 +00:00
MouseSettings: Add tab to configure cursor highlighting
This adds a nice little tab, including a preview, for configuring the cursor highlighting. Which allows setting the color, size/radius, and opacity.
This commit is contained in:
parent
5fc13e1d53
commit
b558d899ea
7 changed files with 295 additions and 1 deletions
|
@ -6,10 +6,14 @@ serenity_component(
|
|||
|
||||
compile_gml(Mouse.gml MouseWidgetGML.h mouse_widget_gml)
|
||||
compile_gml(Theme.gml ThemeWidgetGML.h theme_widget_gml)
|
||||
compile_gml(Highlight.gml HighlightWidgetGML.h highlight_widget_gml)
|
||||
|
||||
set(SOURCES
|
||||
main.cpp
|
||||
DoubleClickArrowWidget.cpp
|
||||
HighlightPreviewWidget.cpp
|
||||
HighlightWidget.cpp
|
||||
HighlightWidgetGML.h
|
||||
MouseWidget.cpp
|
||||
MouseWidget.h
|
||||
MouseWidgetGML.h
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue