mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-24 11:58:32 +00:00
Formatting
This commit is contained in:
parent
55978a0366
commit
c11d9dff15
@ -272,7 +272,9 @@ impl ImGui {
|
|||||||
io.mouse_wheel
|
io.mouse_wheel
|
||||||
}
|
}
|
||||||
pub fn mouse_drag_delta(&self, button: ImMouseButton) -> (f32, f32) {
|
pub fn mouse_drag_delta(&self, button: ImMouseButton) -> (f32, f32) {
|
||||||
let delta = unsafe { sys::igGetMouseDragDelta_nonUDT2(button as c_int, -1.0) };
|
let delta = unsafe {
|
||||||
|
sys::igGetMouseDragDelta_nonUDT2(button as c_int, -1.0)
|
||||||
|
};
|
||||||
delta.into()
|
delta.into()
|
||||||
}
|
}
|
||||||
/// Set to `true` to have ImGui draw the cursor in software.
|
/// Set to `true` to have ImGui draw the cursor in software.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user