Interface: Axis1dInputSource<T>
Defined in: input/input-sources/axis-1d-input-source.ts:4
Extends
Type Parameters
T
T
= never
Methods
bindAxis1d()
bindAxis1d(
inputAxis
,args
):void
Defined in: input/input-sources/axis-1d-input-source.ts:5
Parameters
inputAxis
args
T
Returns
void
reset()
reset():
void
Defined in: common/types/Resettable.ts:2
Returns
void
Inherited from
InputSource.reset
stop()
stop():
void
Defined in: common/types/Stoppable.ts:2
Returns
void
Inherited from
InputSource.stop