Opened 19 years ago
Last modified 16 years ago
#609 closed bug
BView::GetMouse lags in 3dmix — at Initial Version
Reported by: | 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>
}
*/
Note:
See TracTickets
for help on using tickets.