MCPcopy Create free account
hub / github.com/AshampooSystems/boden / onTextChanged

Method onTextChanged

framework/ui/platforms/android/src/TextFieldCore.cpp:63–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61 void TextFieldCore::beforeTextChanged(const std::string &string, int start, int count, int after) {}
62
63 void TextFieldCore::onTextChanged(const std::string &string, int start, int before, int count) {}
64
65 void TextFieldCore::afterTextChanged()
66 {

Calls

no outgoing calls

Tested by

no test coverage detected