Cannedmessage cleanup and emotes fixed

This commit is contained in:
HarukiToreda
2025-09-26 15:10:19 -04:00
parent ebbb8a6f9f
commit 07d3726cde
3 changed files with 150 additions and 124 deletions

View File

@@ -44,6 +44,7 @@ struct UIFrameEvent {
REDRAW_ONLY, // Don't change which frames are show, just redraw, asap
REGENERATE_FRAMESET, // Regenerate (change? add? remove?) screen frames, honoring requestFocus()
REGENERATE_FRAMESET_BACKGROUND, // Regenerate screen frames, Attempt to remain on the same frame throughout
SWITCH_TO_TEXTMESSAGE // Jump directly to the Text Message screen
} action = REDRAW_ONLY;
// We might want to pass additional data inside this struct at some point