mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-15 00:24:19 +00:00
iPhone on-screen keyboard support, when a TextEditor or CodeEditor is focused.
This commit is contained in:
parent
7bc8db2ff4
commit
49320b25d2
20 changed files with 375 additions and 114 deletions
|
|
@ -46,7 +46,8 @@ TooltipWindow::TooltipWindow (Component* const parentComponent,
|
|||
lastComponentUnderMouse (0),
|
||||
changedCompsSinceShown (true)
|
||||
{
|
||||
startTimer (123);
|
||||
if (Desktop::getInstance().getMainMouseSource().canHover())
|
||||
startTimer (123);
|
||||
|
||||
setAlwaysOnTop (true);
|
||||
setOpaque (true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue