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