MCPcopy Create free account
hub / github.com/Sonic-DE/sonic-win / PositionUpdateBlocker

Method PositionUpdateBlocker

src/pointer_input.cpp:156–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154{
155public:
156 PositionUpdateBlocker(PointerInputRedirection *pointer)
157 : m_pointer(pointer)
158 {
159 s_counter++;
160 }
161 ~PositionUpdateBlocker()
162 {
163 s_counter--;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected