ZacRenis

Results 2 issues of ZacRenis

%23 Description of problem Leave a comment... BEFORE SUBMITTING, PLEASE SEARCH FOR DUPLICATES IN - https://github.com/platformio/platformio-vscode-ide/issues%3Fq=is%3Aissue %23 Configuration VSCode: 1.71.0 PIO IDE: v2.5.4 System: Windows_NT, 10.0.25197, x64 %23 Exception ```...

``` /// Handles events. pub fn event(&mut self, pos: [f64; 2], size: f64, e: &E) { use piston::input::{Button, MouseButton}; if let Some(pos) = e.mouse_cursor_args() { ______________________________________________________________________________________________________________ ///////// Did not run...