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

Method setMouseWarpOverride

source/ui/data/boxedContainer.cpp:489–493  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

487}
488
489void BoxedContainer::setMouseWarpOverride(BString value) {
490 BoxedReg reg(this, false);
491 reg.writeKey("Software\\Wine\\DirectInput", "MouseWarpOverride", value.c_str());
492 reg.save();
493}
494
495static const char szKey9x[] = "Software\\Microsoft\\Windows\\CurrentVersion";
496static const char szKeyNT[] = "Software\\Microsoft\\Windows NT\\CurrentVersion";

Callers 1

saveChangesMethod · 0.80

Calls 3

writeKeyMethod · 0.80
c_strMethod · 0.45
saveMethod · 0.45

Tested by

no test coverage detected