Files
assassin-bug/framework/input/inputs/joystick.d.ts
2022-11-26 02:22:02 +01:00

7 lines
170 B
TypeScript

import { BaseInput } from './base-input';
export declare class Joystick extends BaseInput {
constructor(element: HTMLElement);
}
export interface IJoystick {
}