copypasta

This commit is contained in:
Adam D. Ruppe 2017-06-30 22:10:39 -04:00
parent e711edd4dd
commit d50b58dd9f
1 changed files with 2 additions and 2 deletions

View File

@ -2212,8 +2212,8 @@ class NotificationAreaIcon : CapableOfHandlingNativeEvent {
case 5: mb = MouseButton.wheelDown; break; // scroll down
case 6: break; // idk
case 7: break; // idk
case 8: mouse.button = MouseButton.backButton; break;
case 9: mouse.button = MouseButton.forwardButton; break;
case 8: mb = MouseButton.backButton; break;
case 9: mb = MouseButton.forwardButton; break;
default:
}
if (mb) {