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

7 lines
170 B
TypeScript
Raw Permalink Normal View History

2022-11-26 01:22:02 +00:00
import { BaseInput } from './base-input';
export declare class Joystick extends BaseInput {
constructor(element: HTMLElement);
}
export interface IJoystick {
}