copper3d / Modules / Controls/Copper3dTrackballControls / Copper3dTrackballControlsEventMap
Interface: Copper3dTrackballControlsEventMap
Controls/Copper3dTrackballControls.Copper3dTrackballControlsEventMap
The events this class dispatches. Without it EventDispatcher defaults to an empty map, so keyof it is never and addEventListener("change", ...) is a type error for every caller -- which is why the dispatches below still need their as never casts.
Table of contents
Properties
Properties
change
• change: Object
Defined in
src/Controls/Copper3dTrackballControls.ts:19
end
• end: Object
Defined in
src/Controls/Copper3dTrackballControls.ts:21
start
• start: Object