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