API reference
API reference
Select your platform
No SDKs available
No versions available

InputConfigOptions2

InputConfigOptions2

data class InputConfigOptions2(var clickButtons: Int = InputConfigOptions2.DEFAULT_CLICK_BUTTONS, var grabButtons: Int = InputConfigOptions2.DEFAULT_GRAB_BUTTONS, var scrollXLeftButtons: Int = InputConfigOptions2.DEFAULT_SCROLL_X_LEFT_BUTTONS, var scrollXRightButtons: Int = InputConfigOptions2.DEFAULT_SCROLL_X_RIGHT_BUTTONS, var scrollYDownButtons: Int = InputConfigOptions2.DEFAULT_SCROLL_Y_DOWN_BUTTONS, var scrollYUpButtons: Int = InputConfigOptions2.DEFAULT_SCROLL_Y_UP_BUTTONS, var scrollXSpeed: Float = 1.0f, var scrollYSpeed: Float = 1.0f) : PanelConfigOptions2.Node

Constructors

NameSummary
InputConfigOptions2
constructor(clickButtons: Int = InputConfigOptions2.DEFAULT_CLICK_BUTTONS, grabButtons: Int = InputConfigOptions2.DEFAULT_GRAB_BUTTONS, scrollXLeftButtons: Int = InputConfigOptions2.DEFAULT_SCROLL_X_LEFT_BUTTONS, scrollXRightButtons: Int = InputConfigOptions2.DEFAULT_SCROLL_X_RIGHT_BUTTONS, scrollYDownButtons: Int = InputConfigOptions2.DEFAULT_SCROLL_Y_DOWN_BUTTONS, scrollYUpButtons: Int = InputConfigOptions2.DEFAULT_SCROLL_Y_UP_BUTTONS, scrollXSpeed: Float = 1.0f, scrollYSpeed: Float = 1.0f)

Types

NameSummary
Companion
object Companion

Properties

NameSummary
clickButtons
var clickButtons: Int
grabButtons
var grabButtons: Int
scrollXLeftButtons
var scrollXLeftButtons: Int
scrollXRightButtons
var scrollXRightButtons: Int
scrollXSpeed
var scrollXSpeed: Float
scrollYDownButtons
var scrollYDownButtons: Int
scrollYSpeed
var scrollYSpeed: Float
scrollYUpButtons
var scrollYUpButtons: Int

Companion

object Companion

Properties

NameSummary
DEFAULT_CLICK_BUTTONS
val DEFAULT_CLICK_BUTTONS: Int
DEFAULT_GRAB_BUTTONS
val DEFAULT_GRAB_BUTTONS: Int
DEFAULT_SCROLL_X_LEFT_BUTTONS
val DEFAULT_SCROLL_X_LEFT_BUTTONS: Int
DEFAULT_SCROLL_X_RIGHT_BUTTONS
val DEFAULT_SCROLL_X_RIGHT_BUTTONS: Int
DEFAULT_SCROLL_Y_DOWN_BUTTONS
val DEFAULT_SCROLL_Y_DOWN_BUTTONS: Int
DEFAULT_SCROLL_Y_UP_BUTTONS
val DEFAULT_SCROLL_Y_UP_BUTTONS: Int
Did you find this page helpful?
Thumbs up icon
Thumbs down icon