| 737 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void ui_push_grab_aura ([MarshalAs(UnmanagedType.Bool)] bool enabled); |
| 738 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void ui_pop_grab_aura (); |
| 739 | [return: MarshalAs(UnmanagedType.Bool)] |
| 740 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern bool ui_grab_aura_enabled (); |
| 741 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void ui_push_text_style (TextStyle style); |
| 742 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void ui_pop_text_style (); |
| 743 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern TextStyle ui_get_text_style (); |