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

Method Update

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

Source from the content-addressed store, hash-verified

48 }
49
50 void TextInputBuffer::Update(float timeMult)
51 {
52 if (_active) {
53 _caretAnim += timeMult;
54 }
55 }
56
57 bool TextInputBuffer::OnKeyPressed(const KeyboardEvent& event)
58 {

Callers 3

UpdateRgbLightsMethod · 0.45
OnUpdateMethod · 0.45
OnUpdateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected