--------------- GET SELECTED INDEX --------------
| 588 | } |
| 589 | // --------------- GET SELECTED INDEX -------------- |
| 590 | u8 dialog::getSelectedIndex() const |
| 591 | { |
| 592 | if ( this && this->isList() ) |
| 593 | return this->u.list.bSelectedIndex; |
| 594 | return 0; |
| 595 | } |
| 596 | // --------------- GET SELECTED VALUE -------------- |
| 597 | u32 dialog::getSelectedValue() const |
| 598 | { |
no test coverage detected