Gustavo Castro
Gustavo Castro
Is there a way to trigger double clicks? I tried sequencing `enigo.mouse_click(MouseButton::Left)` twice but with no results. I only tested on macOS so far. Should it work on other platforms?
I'm not quite sure why I'm seeing this warning. The domain I'm trying to use, although it was not registered via Route53, has a hosted zone in the same account....
Is it possible to create an undecorated and transparent MasterWindow?
I'm not being able to create a transparent window. The method `transparent` on `WindowSettings` seems to have no effect: ```rust extern crate piston_window; use piston_window::*; fn main() { let mut...