Type:IButton: Difference between revisions

From Resonite Wiki
Simplified description in favor of dedicated interface type page and listed implementations
m update links
Line 5: Line 5:
! Components implementing IButton
! Components implementing IButton
|-
|-
| [[Button (Component)]]
| [[Component:Button|Button]]
|-
|-
| [[ContextMenuItemSource (Component)]]
| [[Component:ContextMenuItemSource|ContextMenuItemSource]]
|-
|-
| [[LegacyButton (Component)]]
| [[Component:LegacyButton|LegacyButton]]
|-
|-
| [[PhysicalButton (Component)]]
| [[Component:PhysicalButton|PhysicalButton]]
|-
|-
| [[TouchButton (Component)]]
| [[Component:TouchButton|TouchButton]]
|}
|}

Revision as of 16:48, 1 May 2024

IButton is an interface type defining common button behaviors for pressing and hovering.

Implementations

Components implementing IButton
Button
ContextMenuItemSource
LegacyButton
PhysicalButton
TouchButton