UNPKG

@rbuljan/gamepad

Version:

Multi-touch gamepad with buttons and joystick for JavaScript games, apps, IOT

5 lines (4 loc) 302 B
export declare const createElement: (tag: keyof HTMLElementTagNameMap, prop: any) => HTMLElement; export declare const TAU: number; export declare const normalize: (rad: number) => number; export declare const userSelectNoneForAllBrowsers: Partial<CSSStyleDeclaration> & Record<string, string | null>;