thedmd / imgui-node-editor

Node Editor built using Dear ImGui
MIT License
3.73k stars 550 forks source link

Can this support the functionality of irregularly shaped image buttons based on PNG images, where I create an image button with a PNG image that has an alpha channel, and only the non-transparent parts of the image respond to taps/clicks? #292

Open jcy1001 opened 6 months ago

jcy1001 commented 6 months ago

Can this support the functionality of irregularly shaped image buttons based on PNG images, where I create an image button with a PNG image that has an alpha channel, and only the non-transparent parts of the image respond to taps/clicks?