Hopson97 / open-builder

Open "Minecraft-like" game with multiplayer support and Lua scripting support for the both client and server
https://github.com/Hopson97/open-builder/projects/3
GNU General Public License v3.0
700 stars 80 forks source link

fix for handle mouse input #25

Closed janvanbouwel closed 4 years ago

janvanbouwel commented 4 years ago

Fixed an issue where if the window is brought into focus using the top window border, the window is dragged down (moving the mouse itself, mouse drags window). Only the top border is selectable so this test should be enough

Hopson97 commented 4 years ago

Makes sense.