Example #1
0
 public extern static bool Button(string label, Lumix.Vec2 size);
Example #2
0
 public extern static void Dummy(Lumix.Vec2 size);
Example #3
0
 public extern static bool BeginDock(string label, ref bool open, int extra_fags, Lumix.Vec2 size);
Example #4
0
 public extern static void SetNextWindowSize(Lumix.Vec2 pos, int cond);
Example #5
0
 public extern static void SetCursorScreenPos(Lumix.Vec2 pos);
Example #6
0
 public extern static bool Selectable(string label, bool selected, int flags, Lumix.Vec2 size_arg);
Example #7
0
 public extern static bool BeginChildFrame(uint id, Lumix.Vec2 size, int flags);