U++ framework
Do not panic. Ask here before giving up.

Home » U++ Library support » U++ Widgets - General questions or Mixed problems » [SOLVED] MouseMove events in Windows and Linux
Re: MouseMove events in Windows and Linux [message #54514 is a reply to message #54511] Thu, 06 August 2020 13:18 Go to previous messageGo to previous message
mirek is currently offline  mirek
Messages: 14291
Registered: November 2005
Ultimate Member
Short answer: Do not put too much processing into event handling routines...

Longer: ...especially MoiseMove, because that will stall the event queue...

There might be some differences between event queue in gtk and Win32 that make Linux work better here, but the fundamental reason is the same and the code simply should not do what it is doing. You might get better results by adding Sync after SetImage, but still this should be coded differently.
 
Read Message
Read Message
Read Message
Previous Topic: Include a '+' tab to add tab in TabBar
Next Topic: [GlCtrl] Integration and use of Glad loader instead of Glew
Goto Forum:
  


Current Time: Thu Jul 23 18:00:09 GMT+2 2026

Total time taken to generate the page: 0.00590 seconds