In a loop, the mouse info to be queried only when an action is performed.
do while (endless)
call get_mouse_position@(x,y,flag)
call temporary_yield@()
end do
The CPU is being used even though nothing is done. The same result I get when I permit_another_callback views before the loop. [img]http://tu-dresden.de/die_tu_dresden/fakultaeten/fakultaet_maschinenwesen/iet/ew/trnsys/temp_yield[/img]