Removed mouse use since is not working, removed some prints and avoid passing mousemove events if the left button is not pressed.
This commit is contained in:
@@ -64,7 +64,7 @@ Emulation::Emulation() :
|
||||
QObject::connect(&_bulkTimer2, SIGNAL(timeout()), this, SLOT(showBulk()) );
|
||||
|
||||
// listen for mouse status changes
|
||||
connect( this , SIGNAL(programUsesMouseChanged(bool)) ,
|
||||
connect( this , SIGNAL(programUsesMouseChanged(bool)) ,
|
||||
SLOT(usesMouseChanged(bool)) );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user