We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d6d419 commit 6ed1583Copy full SHA for 6ed1583
1 file changed
kauai/src/appb.cpp
@@ -296,6 +296,11 @@ bool APPB::FCmdIdle(PCMD pcmd)
296
297
if ((_cactIdle & 0x0F) == 1 && pvNil != (pgob = GOB::PgobScreen()))
298
{
299
+ // Skip mouse move events if a GOB is tracking the mouse
300
+ bool fTrackingMouse = vpcex->PgobTracking() != pvNil;
301
+ if (fTrackingMouse)
302
+ return fTrue;
303
+
304
// check to see if the mouse moved
305
PT pt;
306
bool fDown;
0 commit comments