egui/docs/emgui.d.ts

12 lines
183 B
TypeScript
Raw Normal View History

/* 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
}