renderer: Add cursor:invisible to allow to hide the cursor (#11058)
This commit is contained in:
parent
58b6eceb6d
commit
b7a91e02e9
3 changed files with 14 additions and 2 deletions
|
|
@ -1493,6 +1493,12 @@ inline static const std::vector<SConfigOptionDescription> CONFIG_OPTIONS = {
|
|||
* cursor:
|
||||
*/
|
||||
|
||||
SConfigOptionDescription{
|
||||
.value = "cursor:invisible",
|
||||
.description = "don't render cursors",
|
||||
.type = CONFIG_OPTION_BOOL,
|
||||
.data = SConfigOptionDescription::SBoolData{false},
|
||||
},
|
||||
SConfigOptionDescription{
|
||||
.value = "cursor:no_hardware_cursors",
|
||||
.description = "disables hardware cursors. Auto = disable when multi-gpu on nvidia",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue