MCPcopy Create free account
hub / github.com/RGAA-Software/GoDesk / InitAppTimer

Method InitAppTimer

src/render/rd_app.cpp:209–212  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

207 }
208
209 void RdApplication::InitAppTimer() {
210 app_timer_ = std::make_shared<AppTimer>(context_);
211 app_timer_->StartTimers();
212 }
213
214 void RdApplication::InitMessages() {
215 msg_listener_->Listen<MsgBeforeInject>([=, this](const MsgBeforeInject& msg) {

Callers

nothing calls this directly

Calls 1

StartTimersMethod · 0.45

Tested by

no test coverage detected