| 677 | } |
| 678 | |
| 679 | void TextEntry::SetNextTextEntry(TextEntry* entry) |
| 680 | { |
| 681 | mNextTextEntry = entry; |
| 682 | if (entry) |
| 683 | entry->mPreviousTextEntry = this; |
| 684 | } |
| 685 | |
| 686 | bool TextEntry::MouseMoved(float x, float y) |
| 687 | { |
no outgoing calls
no test coverage detected