neutralinojs / neutralino.js

JavaScript API for Neutralinojs
https://neutralino.js.org/docs/api/overview
MIT License
237 stars 47 forks source link

Improved draggable regions #83

Closed ratatoeskr666 closed 1 year ago

ratatoeskr666 commented 1 year ago

Only capture pointer when a certain threshold is exceeded Only invoke window.move() once every 5ms to prevent performance issues

ratatoeskr666 commented 1 year ago

regarding issue #80

ratatoeskr666 commented 1 year ago

Please review and test first. I didn't know what to do with magic numbers and also I did not test the fixes. Also naming can be improved.