removed the extra stuff from the kernels. Having some issues with the layouts not agreeing with the set size...
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
use std::collections::HashSet;
|
||||
use sfml::window::{Key, Event, mouse::Button};
|
||||
|
||||
|
||||
pub struct Input {
|
||||
held_keys: HashSet<Key>,
|
||||
held_mouse: HashSet<u8>,
|
||||
|
||||
Reference in New Issue
Block a user