MCPcopy Create free account
hub / github.com/ddnet/ddnet / StartTextInput

Method StartTextInput

src/engine/client/input.cpp:340–345  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

338}
339
340void CInput::StartTextInput()
341{
342 // enable system messages for IME
343 SDL_EventState(SDL_SYSWMEVENT, SDL_ENABLE);
344 SDL_StartTextInput();
345}
346
347void CInput::StopTextInput()
348{

Callers 2

OnActivateMethod · 0.80
DoEditBoxMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected