MCPcopy Create free account
hub / github.com/OpenKneeboard/OpenKneeboard / GetState

Method GetState

src/lib/WintabTablet.cpp:103–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101}
102
103TabletState WintabTablet::GetState() const {
104 if (!p) {
105 return {};
106 }
107 return p->mState;
108}
109
110TabletInfo WintabTablet::GetDeviceInfo() const {
111 if (!p) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected