mirror of
https://github.com/emilk/egui.git
synced 2026-06-26 22:53:14 -04:00
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
|
|
|
|
}
|