UNPKG

@rbxts/gamejoy

Version:

A simple class-based input library

6 lines (5 loc) 251 B
export { Context } from "./Class/Context"; export * as Actions from "./Actions"; export * as Util from "./Util"; export { ActionEntry, AnyAction, AxisActionEntry, RawActionEntry } from "./Definitions/Types"; export declare const VERSION: string;