@tolokoban/tgd
Version:
ToloGameDev library for WebGL2
15 lines • 400 B
TypeScript
export declare class TgdInputGamepad {
private gamepad;
constructor();
get stickH1(): number;
get stickV1(): number;
get stickH2(): number;
get stickV2(): number;
get buttonA(): boolean;
get buttonB(): boolean;
get buttonAorB(): boolean;
get buttonY(): boolean;
get buttonX(): boolean;
get buttonXorY(): boolean;
}
//# sourceMappingURL=gamepad.d.ts.map