mirror of https://github.com/adamdruppe/arsd.git
unreachable code considered fine
This commit is contained in:
parent
ce2f7d5f94
commit
e14b651266
|
@ -6797,8 +6797,8 @@ struct SyntheticInput {
|
|||
input.mi.dwFlags = MOUSEEVENTF_WHEEL;
|
||||
input.mi.mouseData = button == MouseButton.wheelUp ? 120 : -120;
|
||||
break;
|
||||
case MouseButton.backButton: throw new NotYetImplementedException(); break;
|
||||
case MouseButton.forwardButton: throw new NotYetImplementedException(); break;
|
||||
case MouseButton.backButton: throw new NotYetImplementedException();
|
||||
case MouseButton.forwardButton: throw new NotYetImplementedException();
|
||||
default:
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue