| 351 | |
| 352 | template <typename T> |
| 353 | int TextListComponent<T>::getSelection() |
| 354 | { |
| 355 | return mSelection; |
| 356 | } |
| 357 | |
| 358 | template <typename T> |
| 359 | bool TextListComponent<T>::isScrolling() |
nothing calls this directly
no outgoing calls
no test coverage detected