Blender Git Commit Log

Git Commits -> Revision 2e46a8c

Revision 2e46a8c by Nicholas Rishel (master)
June 8, 2021, 03:15 (GMT)
Remove noop code from WM_MOUSEWHEEL processing.

ChildWindowFromPoint retrieves the child of the provided window at a
point. In this case it always returns 0 because HWND_DESKTOP is flag
defined as 0, which is never a valid window handle and is not intended
for use in place of a window handle.

Forwarding of mousewheel events was added in adb08def613d, and later
modified to the current unworking state in e9645806f563. Sending mouse
wheel events to the window under the cursor is a system preference and
therefore should not be overridden by Blender, therefore the noop code
has been removed.

Commit Details:

Full Hash: 2e46a8c8647898475004193419bd83de12f1413e
Parent Commit: ef5a362
Lines Changed: +1, -8

1 Modified Path:

/intern/ghost/intern/GHOST_SystemWin32.cpp (+1, -8) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021