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

Method checkInputModifiers

source/util/recorder.cpp:147–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

145}
146
147void Recorder::checkInputModifiers() {
148 U32 inputModifers = KNativeSystem::getCurrentInput()->getInputModifiers();
149 if (inputModifers != currentInputModifiers) {
150 currentInputModifiers = inputModifers;
151 out("MODIFIERS=");
152 out(BString::valueOf(currentInputModifiers).c_str());
153 out("\r\n");
154 }
155}
156
157void Recorder::onMouseMove(U32 x, U32 y) {
158 checkInputModifiers();

Callers

nothing calls this directly

Calls 3

outFunction · 0.50
getInputModifiersMethod · 0.45
c_strMethod · 0.45

Tested by

no test coverage detected