MCPcopy Create free account
hub / github.com/TactilityProject/Tactility / onChannelClicked

Method onChannelClicked

Tactility/Source/app/chat/ChatView.cpp:278–281  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

276}
277
278void ChatView::onChannelClicked(lv_event_t* e) {
279 auto* self = static_cast<ChatView*>(lv_event_get_user_data(e));
280 self->showChannelSelector();
281}
282
283void ChatView::onChannelSave(lv_event_t* e) {
284 auto* self = static_cast<ChatView*>(lv_event_get_user_data(e));

Callers

nothing calls this directly

Calls 1

showChannelSelectorMethod · 0.95

Tested by

no test coverage detected