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

Method GetPriority

src/lib/WintabTablet.cpp:284–286  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

282}
283
284WintabTablet::Priority WintabTablet::GetPriority() const {
285 return p->mPriority;
286}
287
288void WintabTablet::SetPriority(Priority priority) {
289 p->mPriority = priority;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected