| 977 | } |
| 978 | |
| 979 | void UIConsole::updateIMELocation( const Rectf& loc ) { |
| 980 | if ( mDoc.getActiveClient() != this ) |
| 981 | return; |
| 982 | getUISceneNode()->getWindow()->getIME().setLocation( loc.asInt() ); |
| 983 | } |
| 984 | |
| 985 | Uint32 UIConsole::onPressEnter() { |
| 986 | processLine(); |
nothing calls this directly
no test coverage detected