MCPcopy Create free account
hub / github.com/defold/defold / TearDown

Method TearDown

engine/hid/src/test/test_hid.cpp:63–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61 }
62
63 void TearDown() override
64 {
65 dmHID::Final(m_Context);
66 dmHID::DeleteContext(m_Context);
67 }
68
69 HWindow m_Window;
70 dmHID::HContext m_Context;

Callers

nothing calls this directly

Calls 2

FinalFunction · 0.50
DeleteContextFunction · 0.50

Tested by

no test coverage detected