------------------------------------------------------------------------------
| 717 | |
| 718 | //------------------------------------------------------------------------------ |
| 719 | S32 GuiPopUpMenuCtrl::getSelected() |
| 720 | { |
| 721 | if (mSelIndex == -1) |
| 722 | return 0; |
| 723 | return mEntries[mSelIndex].id; |
| 724 | } |
| 725 | |
| 726 | //------------------------------------------------------------------------------ |
| 727 | bool GuiPopUpMenuCtrl::setEntryText( S32 id, const char* buf ) |
no outgoing calls
no test coverage detected