Component:DesktopControlDialog: Difference between revisions

From Resonite Wiki
Automated: create new component page
 
add info
Line 3: Line 3:
|Name=Desktop Control Dialog
|Name=Desktop Control Dialog
}}
}}
{{stub}}
The '''DesktopControlDialog''' is used to change the settings for what desktop to control and how to control it.


== Usage ==
== Usage ==
{{Table ComponentFields
{{Table ComponentFields
|InteractionRelay|'''[[Component:DesktopInteractionRelay|DesktopInteractionRelay]]'''|TypeAdv0=true|
|InteractionRelay|'''[[Component:DesktopInteractionRelay|DesktopInteractionRelay]]'''|TypeAdv0=true| The relay allowing desktop interaction.
|Index|Int|
|Index|Int| The display to show in a multi monitor settup.
|FollowCursor|Bool|
|FollowCursor|Bool| whether the desktop cursor should follow the Resonite dash cursor when not clicking.
|Brightness|Float|
|Brightness|Float| how bright the desktop display should be in the dash.
|Opacity|Float|
|Opacity|Float| how transparent the desktop display should be in the dash.
|LegacyInputMode|Bool|
|LegacyInputMode|Bool| Whether to use the legacy input system for desktop interaction.
}}
}}
== Behavior ==


== Examples ==
== Examples ==
Used in the user dash.


== See Also ==
== See Also ==
Line 23: Line 22:
[[Category:Components:Input:Desktop{{#translation:}}|Desktop Control Dialog]]
[[Category:Components:Input:Desktop{{#translation:}}|Desktop Control Dialog]]
[[Category:Components{{#translation:}}|Desktop Control Dialog]]
[[Category:Components{{#translation:}}|Desktop Control Dialog]]
[[Category:ComponentStubs]]

Revision as of 20:38, 15 January 2025

Component image 
Desktop Control Dialog component as seen in the Scene Inspector

The DesktopControlDialog is used to change the settings for what desktop to control and how to control it.

Usage

Fields
Name Type Description
persistent Bool Determines whether or not this item will be saved to the server.
UpdateOrder Int Controls the order in which this component is updated.
Enabled Bool Controls whether or not this component is enabled. Some components stop their functionality when this field is disabled, but some don't.
InteractionRelay DesktopInteractionRelay The relay allowing desktop interaction.
Index Int The display to show in a multi monitor settup.
FollowCursor Bool whether the desktop cursor should follow the Resonite dash cursor when not clicking.
Brightness Float how bright the desktop display should be in the dash.
Opacity Float how transparent the desktop display should be in the dash.
LegacyInputMode Bool Whether to use the legacy input system for desktop interaction.

Examples

Used in the user dash.

See Also