Module desktop_events_dynamic

Source
Expand description

Tray plugin that registers to Virtual Desktop events using the dynamic library VirtualDesktopAccessor.dll.

Modules§

partial_dynamic_virtual_desktop_event_manager_ui 🔒

Structs§

DynamicVirtualDesktopEventManager

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).