mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-31 03:00:05 +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
|
|
@ -110,7 +110,7 @@ public:
|
|||
Obviously the reference returned shouldn't be stored for later use, as the
|
||||
string it refers to may disappear when the array changes.
|
||||
*/
|
||||
const String& operator[] (const int index) const throw();
|
||||
const String& operator[] (int index) const throw();
|
||||
|
||||
/** Searches for a string in the array.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue