fheroes2 icon indicating copy to clipboard operation
fheroes2 copied to clipboard

Add right click popup for keyboard buttons

Open jrcleeman opened this issue 3 months ago • 2 comments

Fixes #10152

image

jrcleeman avatar Oct 01 '25 22:10 jrcleeman

Hi @jrcleeman , please fix code style issues and also clang-tidy problems.

ihhub avatar Oct 02 '25 06:10 ihhub

Hi @jrcleeman , I do not think that the proposed solution is flexible and actually it relies on special conditions. I suggest to add a separate field in struct KeyboardButton to contain a description. To save memory we can leave the description empty for all "normal" buttons but to add one for special ones. So, the logic for popup message would it: if description is set then display it, otherwise use generic description.

ihhub avatar Oct 04 '25 09:10 ihhub