Opened 18 years ago

Last modified 16 years ago

#609 closed bug

BView::GetMouse lags in 3dmix — at Initial Version

Reported by: genki0@… Owned by: axeld
Priority: normal Milestone: R1
Component: - General Version:
Keywords: Cc: diver
Blocked By: Blocking:
Platform: All

Description

I posted this as a comment to #<_sre.SRE_Match object at 0x406e9e78>, but it's a separate issue.

Mouse input lags when moving around in the 3dMix 3d interface.

I commented out the code in BView::GetMouse() that looks for messages in the Looper's message queue, so it instead always gets mouse data from the app_server. This fixed the mouse lag in 3dMix.

this code: /*

if (checkMessageQueue) {

Window()->UpdateIfNeeded();

<cut>

}

*/

Change History (0)

Note: See TracTickets for help on using tickets.