-
Notifications
You must be signed in to change notification settings - Fork 2
GenericInput
Hyomoto edited this page Oct 18, 2020
·
10 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", desc : "The Constructor to compare this against.", name : "type" } |
Returns true if the provided type is GenericInput.
| Jump To | top |
|---|
No variables defined.
Devon Mullane 2020