Page 1 of 1

issue-#179 fixing the value of WinApi.WM_MOUSELAST

Posted: Mon Oct 23, 2017 7:53 am
by Josef Templ
I have created issue https://redmine.blackboxframework.org/issues/179 for fixing this error reported by luowy in viewtopic.php?f=40&t=647.

See diffs at https://redmine.blackboxframework.org/p ... 7d44afd75d.

- Josef

Re: issue-#179 fixing the value of WinApi.WM_MOUSELAST

Posted: Tue Oct 24, 2017 8:47 am
by Robert
I am curious about how this error happened - I imagined that these interface files were automatically generated by some program.

Re: issue-#179 fixing the value of WinApi.WM_MOUSELAST

Posted: Tue Oct 24, 2017 9:10 am
by Josef Templ
Robert wrote:I am curious about how this error happened - I imagined that these interface files were automatically generated by some program.
It is possible that Microsoft added WM_MOUSEWHELL later when mice with a wheel became available.
Since WM_MOUSELAST is not used anywhere inside BlackBox it has not been detected so far.

- Josef