UNPKG

@flashport/flashport

Version:

FlashPort is a TypeScript 2D graphics library that largely replicates the Flash ActionScript 3.0 library

19 lines (18 loc) 581 B
export * from './AEvent'; export * from './ActivityEvent'; export * from './ErrorEvent'; export * from './EventDispatcher'; export * from './EventPhase'; export * from './FocusEvent'; export * from './HTTPStatusEvent'; export * from './IEventDispatcher'; export * from './IOErrorEvent'; export * from './KeyboardEvent'; export * from './MouseEvent'; export * from './NetStatusEvent'; export * from './ProgressEvent'; export * from './SecurityErrorEvent'; export * from './TextEvent'; export * from './TimerEvent'; export * from './TouchEvent'; export * from './VideoTextureEvent';