Skip to content

Commit

Permalink
[examples] Enable mouse input for ncurses example
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaheen Gandhi committed Mar 23, 2020
1 parent 2b2d2a1 commit 1875241
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imtui-examples/examples/ncurses0.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ fn main() {
let mut imgui = imgui::Context::create();
imgui.set_ini_filename(None);

let mut imtui = imtui::Ncurses::init(false, 60.0, -1.0);
let mut imtui = imtui::Ncurses::init(true, 60.0, -1.0);
let now = SystemTime::now();
let mut nframes = 0 as i32;
let mut fval = 123.0;
Expand Down

0 comments on commit 1875241

Please sign in to comment.