Sadret / openrct2-scenery-manager

An OpenRCT2 plug-in to copy & paste scenery with many more features.
GNU General Public License v3.0
44 stars 5 forks source link

Right-click to delete placed scenery groups #4

Open Richard-L opened 3 years ago

Richard-L commented 3 years ago

Not sure this is possible, but since right-clicking on objects while the scenery menu is open is the norm for removing whatever the mouse hover detects. It would be incredible to allow removal of placed groups via the plugin in much the same way. This would only work for group items it recognises per user of course, and only for as long as that group is saved within the plugin.

Likely not easy to do I'd imagine. Just wanted to share.

Sadret commented 3 years ago

Unfortunately, the plugin API does not detect right clicks. Also, removing a whole template with one click is not that easy to do. An undo-button would probably be easier.