MCPcopy Create free account
hub / github.com/SatDump/SatDump / bindBackendFunctions

Function bindBackendFunctions

android/backend.cpp:81–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79}
80
81void bindBackendFunctions()
82{
83 backend::device_scale = funcDeviceScale();
84
85 backend::rebuildFonts = funcRebuildFonts;
86 backend::setMousePos = funcSetMousePos;
87 backend::beginFrame = funcBeginFrame;
88 backend::endFrame = funcEndFrame;
89 backend::setIcon = funcSetIcon;
90}

Callers 1

android_mainFunction · 0.70

Calls 1

funcDeviceScaleFunction · 0.70

Tested by

no test coverage detected