NadyaNayme / Dorothy

A gold bar/blue box drop logger for Granblue Fantasy
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

Clickable Icons instead of +1 Button #7

Open NadyaNayme opened 2 years ago

NadyaNayme commented 2 years ago

This is an issue with the GUI library I'm using: https://github.com/gabdube/native-windows-gui/issues/221

I plan to migrate to something like Iced or egui at some point since Dorothy should support more than just Windows. For now I just went with was easiest. I haven't looked into whether or not Iced or egui support this functionality.

I really hate the default egui styling though and rolling out my own styling seems like it would be annoying. I also need to install my own font for JP character support.

NadyaNayme commented 2 years ago

In the current egui rewrite this should be possible - just need to double check that I can determine which click was used (left or right). If anything I can at least add the +1 functionality to the images.

I'll likely keep the buttons but they will be able to be toggled off for users who want a smaller window and prefer to just click the image.