(string str)
| 753 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern ulong ui_push_idi (int id); |
| 754 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void ui_pop_id (); |
| 755 | [DllImport(dll, CharSet = CharSet.Unicode, CallingConvention = call)] public static extern ulong ui_stack_hash_16(string str); |
| 756 | |
| 757 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void ui_layout_area (Vec3 start, Vec2 dimensions, [MarshalAs(UnmanagedType.Bool)] bool add_margin); |
| 758 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern Vec2 ui_layout_remaining(); |
no outgoing calls
no test coverage detected