@@ -111,39 +111,39 @@ public unsafe partial struct ImGuiIOPtr
111111 public IntPtr UserData { get => ( IntPtr ) NativePtr ->UserData ; set => NativePtr ->UserData = ( void * ) value ; }
112112 public ImFontAtlasPtr Fonts => new ImFontAtlasPtr ( NativePtr ->Fonts ) ;
113113 public ref float FontGlobalScale => ref Unsafe . AsRef < float > ( & NativePtr ->FontGlobalScale ) ;
114- public ref Bool8 FontAllowUserScaling => ref Unsafe . AsRef < Bool8 > ( & NativePtr ->FontAllowUserScaling ) ;
114+ public ref bool FontAllowUserScaling => ref Unsafe . AsRef < bool > ( & NativePtr ->FontAllowUserScaling ) ;
115115 public ImFontPtr FontDefault => new ImFontPtr ( NativePtr ->FontDefault ) ;
116116 public ref Vector2 DisplayFramebufferScale => ref Unsafe . AsRef < Vector2 > ( & NativePtr ->DisplayFramebufferScale ) ;
117117 public ref Vector2 DisplayVisibleMin => ref Unsafe . AsRef < Vector2 > ( & NativePtr ->DisplayVisibleMin ) ;
118118 public ref Vector2 DisplayVisibleMax => ref Unsafe . AsRef < Vector2 > ( & NativePtr ->DisplayVisibleMax ) ;
119- public ref Bool8 MouseDrawCursor => ref Unsafe . AsRef < Bool8 > ( & NativePtr ->MouseDrawCursor ) ;
120- public ref Bool8 ConfigMacOSXBehaviors => ref Unsafe . AsRef < Bool8 > ( & NativePtr ->ConfigMacOSXBehaviors ) ;
121- public ref Bool8 ConfigInputTextCursorBlink => ref Unsafe . AsRef < Bool8 > ( & NativePtr ->ConfigInputTextCursorBlink ) ;
122- public ref Bool8 ConfigResizeWindowsFromEdges => ref Unsafe . AsRef < Bool8 > ( & NativePtr ->ConfigResizeWindowsFromEdges ) ;
119+ public ref bool MouseDrawCursor => ref Unsafe . AsRef < bool > ( & NativePtr ->MouseDrawCursor ) ;
120+ public ref bool ConfigMacOSXBehaviors => ref Unsafe . AsRef < bool > ( & NativePtr ->ConfigMacOSXBehaviors ) ;
121+ public ref bool ConfigInputTextCursorBlink => ref Unsafe . AsRef < bool > ( & NativePtr ->ConfigInputTextCursorBlink ) ;
122+ public ref bool ConfigResizeWindowsFromEdges => ref Unsafe . AsRef < bool > ( & NativePtr ->ConfigResizeWindowsFromEdges ) ;
123123 public ref IntPtr GetClipboardTextFn => ref Unsafe . AsRef < IntPtr > ( & NativePtr ->GetClipboardTextFn ) ;
124124 public ref IntPtr SetClipboardTextFn => ref Unsafe . AsRef < IntPtr > ( & NativePtr ->SetClipboardTextFn ) ;
125125 public IntPtr ClipboardUserData { get => ( IntPtr ) NativePtr ->ClipboardUserData ; set => NativePtr ->ClipboardUserData = ( void * ) value ; }
126126 public ref IntPtr ImeSetInputScreenPosFn => ref Unsafe . AsRef < IntPtr > ( & NativePtr ->ImeSetInputScreenPosFn ) ;
127127 public IntPtr ImeWindowHandle { get => ( IntPtr ) NativePtr ->ImeWindowHandle ; set => NativePtr ->ImeWindowHandle = ( void * ) value ; }
128128 public IntPtr RenderDrawListsFnUnused { get => ( IntPtr ) NativePtr ->RenderDrawListsFnUnused ; set => NativePtr ->RenderDrawListsFnUnused = ( void * ) value ; }
129129 public ref Vector2 MousePos => ref Unsafe . AsRef < Vector2 > ( & NativePtr ->MousePos ) ;
130- public RangeAccessor < Bool8 > MouseDown => new RangeAccessor < Bool8 > ( NativePtr ->MouseDown , 5 ) ;
130+ public RangeAccessor < bool > MouseDown => new RangeAccessor < bool > ( NativePtr ->MouseDown , 5 ) ;
131131 public ref float MouseWheel => ref Unsafe . AsRef < float > ( & NativePtr ->MouseWheel ) ;
132132 public ref float MouseWheelH => ref Unsafe . AsRef < float > ( & NativePtr ->MouseWheelH ) ;
133- public ref Bool8 KeyCtrl => ref Unsafe . AsRef < Bool8 > ( & NativePtr ->KeyCtrl ) ;
134- public ref Bool8 KeyShift => ref Unsafe . AsRef < Bool8 > ( & NativePtr ->KeyShift ) ;
135- public ref Bool8 KeyAlt => ref Unsafe . AsRef < Bool8 > ( & NativePtr ->KeyAlt ) ;
136- public ref Bool8 KeySuper => ref Unsafe . AsRef < Bool8 > ( & NativePtr ->KeySuper ) ;
137- public RangeAccessor < Bool8 > KeysDown => new RangeAccessor < Bool8 > ( NativePtr ->KeysDown , 512 ) ;
133+ public ref bool KeyCtrl => ref Unsafe . AsRef < bool > ( & NativePtr ->KeyCtrl ) ;
134+ public ref bool KeyShift => ref Unsafe . AsRef < bool > ( & NativePtr ->KeyShift ) ;
135+ public ref bool KeyAlt => ref Unsafe . AsRef < bool > ( & NativePtr ->KeyAlt ) ;
136+ public ref bool KeySuper => ref Unsafe . AsRef < bool > ( & NativePtr ->KeySuper ) ;
137+ public RangeAccessor < bool > KeysDown => new RangeAccessor < bool > ( NativePtr ->KeysDown , 512 ) ;
138138 public RangeAccessor < ushort > InputCharacters => new RangeAccessor < ushort > ( NativePtr ->InputCharacters , 17 ) ;
139139 public RangeAccessor < float > NavInputs => new RangeAccessor < float > ( NativePtr ->NavInputs , 21 ) ;
140- public ref Bool8 WantCaptureMouse => ref Unsafe . AsRef < Bool8 > ( & NativePtr ->WantCaptureMouse ) ;
141- public ref Bool8 WantCaptureKeyboard => ref Unsafe . AsRef < Bool8 > ( & NativePtr ->WantCaptureKeyboard ) ;
142- public ref Bool8 WantTextInput => ref Unsafe . AsRef < Bool8 > ( & NativePtr ->WantTextInput ) ;
143- public ref Bool8 WantSetMousePos => ref Unsafe . AsRef < Bool8 > ( & NativePtr ->WantSetMousePos ) ;
144- public ref Bool8 WantSaveIniSettings => ref Unsafe . AsRef < Bool8 > ( & NativePtr ->WantSaveIniSettings ) ;
145- public ref Bool8 NavActive => ref Unsafe . AsRef < Bool8 > ( & NativePtr ->NavActive ) ;
146- public ref Bool8 NavVisible => ref Unsafe . AsRef < Bool8 > ( & NativePtr ->NavVisible ) ;
140+ public ref bool WantCaptureMouse => ref Unsafe . AsRef < bool > ( & NativePtr ->WantCaptureMouse ) ;
141+ public ref bool WantCaptureKeyboard => ref Unsafe . AsRef < bool > ( & NativePtr ->WantCaptureKeyboard ) ;
142+ public ref bool WantTextInput => ref Unsafe . AsRef < bool > ( & NativePtr ->WantTextInput ) ;
143+ public ref bool WantSetMousePos => ref Unsafe . AsRef < bool > ( & NativePtr ->WantSetMousePos ) ;
144+ public ref bool WantSaveIniSettings => ref Unsafe . AsRef < bool > ( & NativePtr ->WantSaveIniSettings ) ;
145+ public ref bool NavActive => ref Unsafe . AsRef < bool > ( & NativePtr ->NavActive ) ;
146+ public ref bool NavVisible => ref Unsafe . AsRef < bool > ( & NativePtr ->NavVisible ) ;
147147 public ref float Framerate => ref Unsafe . AsRef < float > ( & NativePtr ->Framerate ) ;
148148 public ref int MetricsRenderVertices => ref Unsafe . AsRef < int > ( & NativePtr ->MetricsRenderVertices ) ;
149149 public ref int MetricsRenderIndices => ref Unsafe . AsRef < int > ( & NativePtr ->MetricsRenderIndices ) ;
@@ -154,10 +154,10 @@ public unsafe partial struct ImGuiIOPtr
154154 public ref Vector2 MousePosPrev => ref Unsafe . AsRef < Vector2 > ( & NativePtr ->MousePosPrev ) ;
155155 public RangeAccessor < Vector2 > MouseClickedPos => new RangeAccessor < Vector2 > ( & NativePtr ->MouseClickedPos_0 , 5 ) ;
156156 public RangeAccessor < double > MouseClickedTime => new RangeAccessor < double > ( NativePtr ->MouseClickedTime , 5 ) ;
157- public RangeAccessor < Bool8 > MouseClicked => new RangeAccessor < Bool8 > ( NativePtr ->MouseClicked , 5 ) ;
158- public RangeAccessor < Bool8 > MouseDoubleClicked => new RangeAccessor < Bool8 > ( NativePtr ->MouseDoubleClicked , 5 ) ;
159- public RangeAccessor < Bool8 > MouseReleased => new RangeAccessor < Bool8 > ( NativePtr ->MouseReleased , 5 ) ;
160- public RangeAccessor < Bool8 > MouseDownOwned => new RangeAccessor < Bool8 > ( NativePtr ->MouseDownOwned , 5 ) ;
157+ public RangeAccessor < bool > MouseClicked => new RangeAccessor < bool > ( NativePtr ->MouseClicked , 5 ) ;
158+ public RangeAccessor < bool > MouseDoubleClicked => new RangeAccessor < bool > ( NativePtr ->MouseDoubleClicked , 5 ) ;
159+ public RangeAccessor < bool > MouseReleased => new RangeAccessor < bool > ( NativePtr ->MouseReleased , 5 ) ;
160+ public RangeAccessor < bool > MouseDownOwned => new RangeAccessor < bool > ( NativePtr ->MouseDownOwned , 5 ) ;
161161 public RangeAccessor < float > MouseDownDuration => new RangeAccessor < float > ( NativePtr ->MouseDownDuration , 5 ) ;
162162 public RangeAccessor < float > MouseDownDurationPrev => new RangeAccessor < float > ( NativePtr ->MouseDownDurationPrev , 5 ) ;
163163 public RangeAccessor < Vector2 > MouseDragMaxDistanceAbs => new RangeAccessor < Vector2 > ( & NativePtr ->MouseDragMaxDistanceAbs_0 , 5 ) ;
0 commit comments