Use the WS_EX_TRANSPARENT attribute instead of WS_EX_LAYERED for the g_hwnd/cursorwnd
It is much more fast when you have no desktop composition.
There are no longer any performances hit!
The size of the cursor window was also increased to avoid the pointer from blinking between different cursors when moving or resizing fast.
Use the
WS_EX_TRANSPARENT
attribute instead of WS_EX_LAYERED for the g_hwnd/cursorwnd It is much more fast when you have no desktop composition. There are no longer any performances hit! The size of the cursor window was also increased to avoid the pointer from blinking between different cursors when moving or resizing fast.