open class PanelInputOptions(val clickButtons: Int = PanelConfigOptions.DEFAULT_CLICK_BUTTONS) : PanelConfigOptionsModifier
PanelInputOptions
(
clickButtons
)
|
Signature
constructor(clickButtons: Int = PanelConfigOptions.DEFAULT_CLICK_BUTTONS) Parameters clickButtons: Int
Bitmask of controller button flags that should trigger click events on this panel. Defaults to the standard click button configuration.
Returns PanelInputOptions |
clickButtons
: Int
[Get] |
Bitmask of controller button flags that should trigger click events on this panel. Defaults to the standard click button configuration.
Signature
open val clickButtons: Int |
applyTo
(
options
)
|
Applies this input configuration to the target PanelConfigOptions, setting the click button bitmask that determines which controller buttons trigger panel interactions.
Signature
open override fun applyTo(options: PanelConfigOptions) Parameters options: PanelConfigOptions |