| 762 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void ui_layout_push (Vec3 start, Vec2 dimensions, [MarshalAs(UnmanagedType.Bool)] bool add_margin); |
| 763 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void ui_layout_push_cut (UICut cut_to, float size, [MarshalAs(UnmanagedType.Bool)] bool add_margin); |
| 764 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void ui_layout_pop (); |
| 765 | |
| 766 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern BtnState ui_last_element_hand_used (Handed hand); |
| 767 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern BtnState ui_last_element_hand_active (Handed hand); |