| 154 | { |
| 155 | public: |
| 156 | PositionUpdateBlocker(PointerInputRedirection *pointer) |
| 157 | : m_pointer(pointer) |
| 158 | { |
| 159 | s_counter++; |
| 160 | } |
| 161 | ~PositionUpdateBlocker() |
| 162 | { |
| 163 | s_counter--; |
nothing calls this directly
no outgoing calls
no test coverage detected