1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-01 03:10:06 +00:00

Couple of win32 IME tweaks. Unused key forwarding for win32 child windows.

This commit is contained in:
Julian Storer 2011-03-24 19:35:38 +00:00
parent 453425ccd5
commit 025b20bdc3
7 changed files with 128 additions and 82 deletions

View file

@ -286,7 +286,7 @@ TextInputTarget* ComponentPeer::findCurrentTextInputTarget()
return 0;
}
void ComponentPeer::cancelPendingTextInput()
void ComponentPeer::dismissPendingTextInput()
{
}