MCPcopy Create free account
hub / github.com/BespokeSynth/BespokeSynth / SelectAll

Method SelectAll

Source/TextEntry.cpp:285–289  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

283}
284
285void TextEntry::SelectAll()
286{
287 mCaretPosition = 0;
288 mCaretPosition2 = (int)strnlen(mString, MAX_TEXTENTRY_LENGTH);
289}
290
291void TextEntry::OnKeyPressed(int key, bool isRepeat)
292{

Callers 2

OnKeyPressedMethod · 0.80
OnClickedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected