Expand description
Tray plugin that registers to Virtual Desktop events using the dynamic
library VirtualDesktopAccessor.dll
.
Modules§
Structs§
Constants§
- MESSAGE_
OFFSET 🔒 - Any value between WM_USER (0x0400 = 1024) and 0x7FFF (32767) can be used
according to
https://learn.microsoft.com/en-us/windows/win32/winmsg/wm-user. But don’t
use any already used by nwg (see top of its
window_helper.rs
file).