mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-24 01:54:22 +00:00
Added a few methods to Range, and used Ranges internally in Slider. Cleaned up a few files.
This commit is contained in:
parent
8de537e52c
commit
8532475b9c
29 changed files with 381 additions and 308 deletions
|
|
@ -119,7 +119,7 @@ namespace Keys
|
|||
static const int extendedKeyModifier = 0x10000000;
|
||||
}
|
||||
|
||||
bool KeyPress::isKeyCurrentlyDown (const int keyCode) throw()
|
||||
bool KeyPress::isKeyCurrentlyDown (const int keyCode)
|
||||
{
|
||||
int keysym;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue