thecocce / zengl

Automatically exported from code.google.com/p/zengl
0 stars 0 forks source link

INPUT_MOUSE_RELEASE and INPUT_MOUSE_WHEEL have same value #51

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
(Какие операции/etc. вызывают проблему?)
1. call zgl_Reg(INPUT_MOUSE_RELEASE, @MyProc);

MyProc will not be called on mouse release, but on mouse wheel.

INPUT_MOUSE_WHEEL should probably have value $00000043.

Original issue reported on code.google.com by bil...@planet.nl on 18 Jan 2012 at 3:50

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r1414.

Original comment by dr.andru@gmail.com on 18 Jan 2012 at 4:26