| 748 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void ui_push_preserve_keyboard([MarshalAs(UnmanagedType.Bool)] bool preserve_keyboard); |
| 749 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void ui_pop_preserve_keyboard (); |
| 750 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void ui_push_surface (Pose surface_pose, Vec3 layout_start, Vec2 layout_dimensions); |
| 751 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void ui_pop_surface (); |
| 752 | [DllImport(dll, CharSet = CharSet.Unicode, CallingConvention = call)] public static extern ulong ui_push_id_16 (string id); |
| 753 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern ulong ui_push_idi (int id); |