| 282 | } |
| 283 | |
| 284 | WintabTablet::Priority WintabTablet::GetPriority() const { |
| 285 | return p->mPriority; |
| 286 | } |
| 287 | |
| 288 | void WintabTablet::SetPriority(Priority priority) { |
| 289 | p->mPriority = priority; |
nothing calls this directly
no outgoing calls
no test coverage detected