mapeditor/tiled



Do you want to work on this issue?
You can request for a bounty in order to promote it!
Scripting - Tools: Add a method to capure mouseWheel up/down #3244
BlaXun posted onGitHub
Right now tools have a function mouseMoved(x,y,modifiers) that we can use to capture movement. We also have a method for mouseButton-Press. I think it would be really nice if we could have a similar method for mouse wheel up/down. For example I wrote a tool that can place an object that uses a ellipse as shape. Using mouse wheel up/down I want to pre-define the radius before actually placing the object.