Fork me on GitHub

JoystickState.

SetButtonDown(int, bool) Method

Namespace
SharpInputSystem
Containing Type
JoystickState

Syntax

public void SetButtonDown(int button, bool pressed)

Parameters

Name Type Description
button int
pressed bool

Return Value

Type Description
void