mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-25 20:38:36 +00:00
Removed stray println!
This commit is contained in:
parent
04ebd7a603
commit
e4d10ca19b
@ -483,8 +483,6 @@ impl WinitPlatform {
|
|||||||
// https://github.com/ocornut/imgui/issues/5047
|
// https://github.com/ocornut/imgui/issues/5047
|
||||||
handle_key_modifier(io, &key, pressed);
|
handle_key_modifier(io, &key, pressed);
|
||||||
|
|
||||||
println!("KEY EVENT: {event:?}");
|
|
||||||
|
|
||||||
// Add main key event
|
// Add main key event
|
||||||
if let Some(key) = to_imgui_key(key, event.location) {
|
if let Some(key) = to_imgui_key(key, event.location) {
|
||||||
io.add_key_event(key, pressed);
|
io.add_key_event(key, pressed);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user