| 101 | } |
| 102 | |
| 103 | TabletState WintabTablet::GetState() const { |
| 104 | if (!p) { |
| 105 | return {}; |
| 106 | } |
| 107 | return p->mState; |
| 108 | } |
| 109 | |
| 110 | TabletInfo WintabTablet::GetDeviceInfo() const { |
| 111 | if (!p) { |
nothing calls this directly
no outgoing calls
no test coverage detected