I just have a small problem when using the MouseSystem(windows) in combination with Toggle node.
I get this small lag when i try to toggle some roundrect
in the GDI renderer
here is a patch to show the problem. just tell me if you get a good response from your mouse input in the renderer
it is because, toggle will change each frame where the input is 1, when you press the mousbutton it will most likely be 1 for more than 1 frame and then toggel back and forth soem times while the mouse button is pressed. use a togedge to just output a 1 when the mousebutton goes high.