MCPcopy Create free account
hub / github.com/Tencent/tgfx / TGFXWindow

Method TGFXWindow

win/src/TGFXWindow.cpp:32–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30static constexpr float WHEEL_RATIO = 400.0f;
31
32TGFXWindow::TGFXWindow() {
33 createAppHost();
34}
35
36TGFXWindow::~TGFXWindow() {
37 destroy();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected