| 79 | } |
| 80 | |
| 81 | void 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 | } |
no test coverage detected