mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-19 01:04:20 +00:00
Minor clean-ups. Jucer development.
This commit is contained in:
parent
61252d75c6
commit
d4435ca8b8
85 changed files with 900 additions and 569 deletions
|
|
@ -1246,7 +1246,7 @@ public:
|
|||
::setlocale (LC_ALL, oldLocale);
|
||||
}
|
||||
|
||||
const juce_wchar unicodeChar = *(const juce_wchar*) String::fromUTF8 (utf8, sizeof (utf8) - 1);
|
||||
const juce_wchar unicodeChar = String::fromUTF8 (utf8, sizeof (utf8) - 1) [0];
|
||||
int keyCode = (int) unicodeChar;
|
||||
|
||||
if (keyCode < 0x20)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue