GameMenu-cpp icon indicating copy to clipboard operation
GameMenu-cpp copied to clipboard

Added Mouse Integration

Open mheller575 opened this issue 6 months ago • 0 comments

Added support for mouse menu selections.

  • Support mouse position for current selected item. As mouse passes over text control, control is set to currently selected item.
  • Support mouse click for menu item action execution. Clicking within a text control boundary will run the action for that item.
  • Support mouse scroll wheel for current selected item. Same behavior as the up and down arrows, just implemented from the scroll wheel.

Implements enhancement request #2 https://github.com/ParadoxZero/GameMenu-cpp/issues/2

mheller575 avatar Jun 29 '25 21:06 mheller575