cginternals / gloperate

C++ library for defining and controlling modern GPU rendering/processing operations.
MIT License
43 stars 26 forks source link

Promote mouse-move events in qtquick also when mouse button is not down #418

Closed sbusch42 closed 6 years ago

sbusch42 commented 6 years ago

Before, mouse move events were only generating when a mouse button was hold down. Since our currently implemented camera navigation only uses it this way, the problem didn't show.