C library providing set of additional user interface controls for Windows, intended to be complementary to standard Win32API controls from USER32.DLL and COMCTL32.DLL.
Our tooltip support should be changed to avoid TTM_RELAYMESSAGE and be allowed to subclass our controls. It seems to be better both for user (no lags when mouse pointer leaves the control) as well as for notebook batteries.
See https://devblogs.microsoft.com/oldnewthing/20200110-00/?p=103316.
Our tooltip support should be changed to avoid
TTM_RELAYMESSAGE
and be allowed to subclass our controls. It seems to be better both for user (no lags when mouse pointer leaves the control) as well as for notebook batteries.