issue-#179 fixing the value of WinApi.WM_MOUSELAST

Post Reply
User avatar
Josef Templ
Posts: 2047
Joined: Tue Sep 17, 2013 6:50 am

issue-#179 fixing the value of WinApi.WM_MOUSELAST

Post 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
User avatar
Robert
Posts: 1024
Joined: Sat Sep 28, 2013 11:04 am
Location: Edinburgh, Scotland

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

Post by Robert »

I am curious about how this error happened - I imagined that these interface files were automatically generated by some program.
User avatar
Josef Templ
Posts: 2047
Joined: Tue Sep 17, 2013 6:50 am

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

Post 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
Post Reply