mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-30 02:50:05 +00:00
Tweaked lots of code to help things compile on the iPhone (still work-in-progress).
This commit is contained in:
parent
3ae9ac0295
commit
1fc8f483e2
61 changed files with 7954 additions and 8563 deletions
|
|
@ -342,7 +342,7 @@ void FileBrowserComponent::fileDoubleClicked (const File& f)
|
|||
|
||||
bool FileBrowserComponent::keyPressed (const KeyPress& key)
|
||||
{
|
||||
#if JUCE_LINUX || JUCE_WIN32
|
||||
#if JUCE_LINUX || JUCE_WINDOWS
|
||||
if (key.getModifiers().isCommandDown()
|
||||
&& (key.getKeyCode() == 'H' || key.getKeyCode() == 'h'))
|
||||
{
|
||||
|
|
@ -441,7 +441,7 @@ const BitArray FileBrowserComponent::getRoots (StringArray& rootNames, StringArr
|
|||
{
|
||||
BitArray separators;
|
||||
|
||||
#if JUCE_WIN32
|
||||
#if JUCE_WINDOWS
|
||||
OwnedArray<File> roots;
|
||||
File::findFileSystemRoots (roots);
|
||||
rootPaths.clear();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue