remove a print
This commit is contained in:
@@ -616,7 +616,6 @@ impl WindowManager {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
WindowManagerMessage::Touch(x, y) => {
|
WindowManagerMessage::Touch(x, y) => {
|
||||||
println!("{}, {}", x, y);
|
|
||||||
if x < 100 && y < 100 {
|
if x < 100 && y < 100 {
|
||||||
//toggle onscreen keyboard if top left keyboard clicked
|
//toggle onscreen keyboard if top left keyboard clicked
|
||||||
if self.osk.is_some() {
|
if self.osk.is_some() {
|
||||||
|
|||||||
Reference in New Issue
Block a user