Yes, I'm aware of this problem. It's difficult to fix so I decided to leave it unresolved for v1.5
You can type numerical values directly, which works well since keyboard input isn't blocked too much by the Real-Time Preview interface. You can also use the mouse wheel.
The problem is that the Real-Time Preview is using all of your processor cores with real-time priority threads. Since multithreading is very efficient in version 1.5, the system has little resources to redraw the mouse cursor and keep track of mouse movement. One solution is to free one or two processor cores by limiting the maximum number of processors allowed, through Preferences. However unless you have a quad-core at least this isn't a practical solution, and even this may not work (depending on OS's thread scheduling policies).
I'll try to improve ATW's real-time interface response as soon as possible.