assassin-bug/framework/input/inputs/joystick.d.ts

7 lines
170 B
TypeScript

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