[−][src]Struct imgui_sys::ImGuiIO
Fields
ConfigFlags: ImGuiConfigFlags
BackendFlags: ImGuiBackendFlags
DisplaySize: ImVec2
DeltaTime: f32
IniSavingRate: f32
IniFilename: *const c_char
LogFilename: *const c_char
MouseDoubleClickTime: f32
MouseDoubleClickMaxDist: f32
MouseDragThreshold: f32
KeyMap: [c_int; 22]
KeyRepeatDelay: f32
KeyRepeatRate: f32
UserData: *mut c_void
Fonts: *mut ImFontAtlas
FontGlobalScale: f32
FontAllowUserScaling: bool
FontDefault: *mut ImFont
DisplayFramebufferScale: ImVec2
MouseDrawCursor: bool
ConfigMacOSXBehaviors: bool
ConfigInputTextCursorBlink: bool
ConfigWindowsResizeFromEdges: bool
ConfigWindowsMoveFromTitleBarOnly: bool
BackendPlatformName: *const c_char
BackendRendererName: *const c_char
BackendPlatformUserData: *mut c_void
BackendRendererUserData: *mut c_void
BackendLanguageUserData: *mut c_void
GetClipboardTextFn: 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_void
ImeSetInputScreenPosFn: Option<unsafe extern "C" fn(x: c_int, y: c_int)>
ImeWindowHandle: *mut c_void
RenderDrawListsFnUnused: *mut c_void
MousePos: ImVec2
MouseDown: [bool; 5]
MouseWheel: f32
MouseWheelH: f32
KeyCtrl: bool
KeyShift: bool
KeyAlt: bool
KeySuper: bool
KeysDown: [bool; 512]
WantCaptureMouse: bool
WantCaptureKeyboard: bool
WantTextInput: bool
WantSetMousePos: bool
WantSaveIniSettings: bool
Framerate: f32
MetricsRenderVertices: c_int
MetricsRenderIndices: c_int
MetricsRenderWindows: c_int
MetricsActiveWindows: c_int
MetricsActiveAllocations: c_int
MouseDelta: ImVec2
MousePosPrev: ImVec2
MouseClickedPos: [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_ImWchar
Trait 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>,