MCPcopy Create free account
hub / github.com/danoon2/Boxedwine / getInput2Mask

Method getInput2Mask

source/x11/displaydata.cpp:136–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134}
135
136U32 DisplayData::getInput2Mask(U32 window) {
137 BOXEDWINE_CRITICAL_SECTION_WITH_MUTEX(eventMaskMutex);
138 U32 result = 0;
139 perWindowEventMask2.get(window, result);
140 return result;
141}
142
143int DisplayData::setInput2Mask(U32 window, U32 mask) {
144 BOXEDWINE_CRITICAL_SECTION_WITH_MUTEX(eventMaskMutex);

Callers 3

iterateInput2MaskMethod · 0.80
mouseMoveMethod · 0.80
mouseButtonMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected