egui/docs/emgui.d.ts
2018-12-23 19:42:30 +01:00

11 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
}