-
Notifications
You must be signed in to change notification settings - Fork 2
InputGeneric
Hyomoto edited this page Dec 12, 2020
·
2 revisions
| Jump To | Go Back |
Arguments | Methods | Variables |
|---|
Implements: None
An interface for creating new input sources. Contains a single method that is simply used to determine if the control is being activated or not.
// no example| Name | Type | Purpose |
|---|---|---|
| None |
| Jump To | top |
down | is |
|---|
Returns: N/A undefined
| Name | Type | Purpose |
|---|---|---|
| None |
Returns true if this input is being "pressed".
Returns: boolean (true or false)
| Name | Type | Purpose |
|---|---|---|
| type | Constructor |
The Constructor to compare this against. |
Returns true if the provided type is InputGeneric.
| Jump To | top |
|---|
No variables defined.
Devon Mullane 2020