]> OCCT Git - occt.git/commit
0032686: Visualization, Wasm_Window - filter out unexpected pressed buttons state...
authorkgv <kgv@opencascade.com>
Tue, 23 Nov 2021 21:08:21 +0000 (00:08 +0300)
committersmoskvin <smoskvin@opencascade.com>
Thu, 25 Nov 2021 16:51:15 +0000 (19:51 +0300)
commitb6b55c3d96ed10d4fccac8873827f76203b9d087
tree7884a25edb76cf1cf92ebb0814e4327edacbede3
parent87b7b496ec8a60356ebc498a55b9c40ab1a76f9a
0032686: Visualization, Wasm_Window - filter out unexpected pressed buttons state within mouse move / up events

Wasm_Window::ProcessMouseEvent() now ignores not previously pressed mouse buttons within mouse move / up events.
Fixed -Wshorten-64-to-32 compiler warning within cpulimit command on 32-bit Linux.
src/Draw/Draw_BasicCommands.cxx
src/Wasm/Wasm_Window.cxx