MCPcopy Create free account
hub / github.com/deathkiller/jazz2-native / GetText

Method GetText

Sources/Jazz2/UI/Menu/TextInputBuffer.cpp:35–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33 }
34
35 StringView TextInputBuffer::GetText() const
36 {
37 return _text;
38 }
39
40 std::size_t TextInputBuffer::GetCursor() const
41 {

Callers 7

OnUpdateMethod · 0.45
OnDrawOverlayMethod · 0.45
OnKeyPressedMethod · 0.45
OnDrawItemMethod · 0.45
OnUpdateMethod · 0.45
OnDrawOverlayMethod · 0.45
OnKeyPressedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected