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

Method SetNextTextEntry

Source/TextEntry.cpp:679–684  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

677}
678
679void TextEntry::SetNextTextEntry(TextEntry* entry)
680{
681 mNextTextEntry = entry;
682 if (entry)
683 entry->mPreviousTextEntry = this;
684}
685
686bool TextEntry::MouseMoved(float x, float y)
687{

Callers 2

SetNextMethod · 0.80
ReloadSaveDataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected