import { BaseInput } from './base-input';
export class Joystick extends BaseInput {
constructor(element) {
super(element);
}