12 lines
183 B
TypeScript
12 lines
183 B
TypeScript
![]() |
/* tslint:disable */
|
||
|
export function show_gui(arg0: string): string;
|
||
|
|
||
|
export class Input {
|
||
|
free(): void;
|
||
|
screen_width: number
|
||
|
screen_height: number
|
||
|
mouse_x: number
|
||
|
mouse_y: number
|
||
|
|
||
|
}
|