ControlButtonsComponentTouchOptions

data class ControlButtonsComponentTouchOptions(val buttons: List<ControlButtonOptions> = emptyList(), val position: String = "bottom", val direction: String = "horizontal", val showAspect: Boolean = true, val backgroundColor: Int = 0x80000000.toInt(), val buttonBackgroundColor: Int = 0x40FFFFFF.toInt(), val buttonSpacing: Int = 16, val buttonSize: Int = 56)

ControlButtonsComponentTouch - Touch-optimized control buttons for mobile devices.

Provides larger touch targets and haptic feedback for mobile interactions.

Constructors

Link copied to clipboard
constructor(buttons: List<ControlButtonOptions> = emptyList(), position: String = "bottom", direction: String = "horizontal", showAspect: Boolean = true, backgroundColor: Int = 0x80000000.toInt(), buttonBackgroundColor: Int = 0x40FFFFFF.toInt(), buttonSpacing: Int = 16, buttonSize: Int = 56)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val buttonSize: Int = 56
Link copied to clipboard
val buttonSpacing: Int = 16
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val showAspect: Boolean = true