Fork me on GitHub

Button Class

Summary

Base type for all device components (button, axis, etc)
Namespace
SharpInputSystem
Base Types
graph BT Type-->Base0["Component"] click Base0 "/sharpinputsystem/api/SharpInputSystem/Component" Base0-->Base1["object"] Type["Button"] class Type type-node

Syntax

public class Button : Component

Constructors

Name Summary
Button()
Button(bool)

Properties

Name Value Summary
IsPushed bool
Type ComponentType
Inherited from Component