([MarshalAs(UnmanagedType.Bool)] bool preserve_keyboard)
| 746 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void ui_push_enabled ([MarshalAs(UnmanagedType.Bool)] bool enabled); |
| 747 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void ui_pop_enabled (); |
| 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 (); |
no outgoing calls
no test coverage detected