if (mappedKey != null && mappedKey.checkModifiers(thisEvent.getModifiersEx())) {
this.received = true;
this.keyData = mappedKey.getMappedCode();
// fire off the event notification
DataEvent event = new DataEvent(this, 0);
this.fireEvent(event);
}
} else {
Debug.logInfo("Last Event is null??", module);
}