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:
parent
453425ccd5
commit
025b20bdc3
7 changed files with 128 additions and 82 deletions
|
|
@ -286,7 +286,7 @@ TextInputTarget* ComponentPeer::findCurrentTextInputTarget()
|
|||
return 0;
|
||||
}
|
||||
|
||||
void ComponentPeer::cancelPendingTextInput()
|
||||
void ComponentPeer::dismissPendingTextInput()
|
||||
{
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue