[−][src]Struct imgui_sys::ImGuiIO
Fields
ConfigFlags: ImGuiConfigFlagsBackendFlags: ImGuiBackendFlagsDisplaySize: ImVec2DeltaTime: f32IniSavingRate: f32IniFilename: *const c_charLogFilename: *const c_charMouseDoubleClickTime: f32MouseDoubleClickMaxDist: f32MouseDragThreshold: f32KeyMap: [c_int; 22]KeyRepeatDelay: f32KeyRepeatRate: f32UserData: *mut c_voidFonts: *mut ImFontAtlasFontGlobalScale: f32FontAllowUserScaling: boolFontDefault: *mut ImFontDisplayFramebufferScale: ImVec2MouseDrawCursor: boolConfigMacOSXBehaviors: boolConfigInputTextCursorBlink: boolConfigWindowsResizeFromEdges: boolConfigWindowsMoveFromTitleBarOnly: boolBackendPlatformName: *const c_charBackendRendererName: *const c_charBackendPlatformUserData: *mut c_voidBackendRendererUserData: *mut c_voidBackendLanguageUserData: *mut c_voidGetClipboardTextFn: Option<unsafe extern "C" fn(user_data: *mut c_void) -> *const c_char>SetClipboardTextFn: Option<unsafe extern "C" fn(user_data: *mut c_void, text: *const c_char)>ClipboardUserData: *mut c_voidImeSetInputScreenPosFn: Option<unsafe extern "C" fn(x: c_int, y: c_int)>ImeWindowHandle: *mut c_voidRenderDrawListsFnUnused: *mut c_voidMousePos: ImVec2MouseDown: [bool; 5]MouseWheel: f32MouseWheelH: f32KeyCtrl: boolKeyShift: boolKeyAlt: boolKeySuper: boolKeysDown: [bool; 512]WantCaptureMouse: boolWantCaptureKeyboard: boolWantTextInput: boolWantSetMousePos: boolWantSaveIniSettings: boolFramerate: f32MetricsRenderVertices: c_intMetricsRenderIndices: c_intMetricsRenderWindows: c_intMetricsActiveWindows: c_intMetricsActiveAllocations: c_intMouseDelta: ImVec2MousePosPrev: ImVec2MouseClickedPos: [ImVec2; 5]MouseClickedTime: [f64; 5]MouseClicked: [bool; 5]MouseDoubleClicked: [bool; 5]MouseReleased: [bool; 5]MouseDownOwned: [bool; 5]MouseDownWasDoubleClick: [bool; 5]MouseDownDuration: [f32; 5]MouseDownDurationPrev: [f32; 5]MouseDragMaxDistanceAbs: [ImVec2; 5]MouseDragMaxDistanceSqr: [f32; 5]KeysDownDuration: [f32; 512]KeysDownDurationPrev: [f32; 512]InputQueueCharacters: ImVector_ImWcharTrait Implementations
impl Clone for ImGuiIO[src]
impl Copy for ImGuiIO[src]
impl Debug for ImGuiIO[src]
impl Default for ImGuiIO[src]
Auto Trait Implementations
impl RefUnwindSafe for ImGuiIO
impl !Send for ImGuiIO
impl !Sync for ImGuiIO
impl Unpin for ImGuiIO
impl UnwindSafe for ImGuiIO
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,