SuperTuxKart
Loading...
Searching...
No Matches
Public Member Functions | List of all members
GUIEngine::DynamicRibbonHoverListener Class Referenceabstract

Even if you have a ribbon that only acts on click/enter, you may wish to know which item is currently highlighted. More...

#include <dynamic_ribbon_widget.hpp>

Inheritance diagram for GUIEngine::DynamicRibbonHoverListener:
Inheritance graph
[legend]

Public Member Functions

virtual void onSelectionChanged (DynamicRibbonWidget *theWidget, const std::string &selectionID, const irr::core::stringw &selectionText, const int playerID)=0
 

Detailed Description

Even if you have a ribbon that only acts on click/enter, you may wish to know which item is currently highlighted.

In this case, create a listener and pass it to the ribbon.


The documentation for this class was generated from the following file: