MCPcopy Create free account
hub / github.com/SpartanJ/eepp / updateIMELocation

Method updateIMELocation

src/eepp/ui/uiconsole.cpp:979–983  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 4

getActiveClientMethod · 0.80
setLocationMethod · 0.80
getWindowMethod · 0.45
asIntMethod · 0.45

Tested by

no test coverage detected