start input
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
mod rgba;
|
||||
mod screen;
|
||||
mod input;
|
||||
|
||||
use embedded_graphics::{prelude::*, primitives::{PrimitiveStyle, Rectangle}};
|
||||
use evdev::{AbsoluteAxisCode, Device, EventSummary, KeyCode};
|
||||
@@ -42,9 +43,6 @@ fn main() {
|
||||
let mut y = -1;
|
||||
|
||||
loop {
|
||||
|
||||
|
||||
|
||||
// println!("dont block");
|
||||
let Ok(events) = device.fetch_events() else {
|
||||
continue;
|
||||
|
||||
Reference in New Issue
Block a user