Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/dwm/ext/imgui.ts>imgui.sameLine

Deno Window Manager: Cross-platform window creation and management
Go to Latest
function imgui.sameLine
import { imgui } from "https://deno.land/x/dwm@0.3.2/ext/imgui.ts";
const { sameLine } = imgui;

call between widgets or groups to layout them horizontally. X position given in window coordinates.

Parameters

optional
offset_from_start_x: number = [UNSUPPORTED]
optional
spacing: number = [UNSUPPORTED]