Removed debugs, added keymap contexts to terminal
This commit is contained in:
parent
1de68a724c
commit
399de91f55
4 changed files with 77 additions and 5 deletions
|
@ -627,7 +627,6 @@ impl Terminal {
|
|||
}
|
||||
|
||||
pub fn mouse_move(&mut self, e: &MouseMovedEvent, origin: Vector2F) {
|
||||
dbg!("term mouse_move");
|
||||
let position = e.position.sub(origin);
|
||||
|
||||
let point = mouse_point(position, self.cur_size, self.last_offset);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue