- I'm assuming we've covered everything that makes sense for this method.
@@ -527,7 +527,10 @@
} else {
newEvent.eventCode = InputEvent::EVENT_KEYUP;
}
- break;
+ break;
+ default:
+ // Don't care otherwise
newEvent.unicodeChar = 0;