well i can't click on a the mouse in loops it just ignore it,
for example:
while (!$mouse.key) { echo -a blah }
that's an infinite loop cuz when i click on the mouse it still ignore, it waits until the loop finished
i want that u can use mouse&keyboard in loops too
and another suggestion, i want the $keyvar , $keychar and $keyrpt will work in any event and not just on keydown/keyup