|
@ -143,6 +143,10 @@ bool Application::isShiftKeyDown(){ |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
void Application::onCharacterReceived(KeyListenerEventData & e){ |
|
|
void Application::onCharacterReceived(KeyListenerEventData & e){ |
|
|
|
|
|
return; |
|
|
|
|
|
|
|
|
|
|
|
// TODO: Check if the same char is not comming through regular key event
|
|
|
|
|
|
|
|
|
ofKeyEventArgs args; |
|
|
ofKeyEventArgs args; |
|
|
args.key = (int)e.character; |
|
|
args.key = (int)e.character; |
|
|
|
|
|
|
|
|