1
0
Fork 0
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:
Julian Storer 2010-03-30 15:23:53 +01:00
parent 8de537e52c
commit 8532475b9c
29 changed files with 381 additions and 308 deletions

View file

@ -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;