mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Minor clean-ups.
This commit is contained in:
parent
6bcc8febca
commit
419aac8074
58 changed files with 656 additions and 743 deletions
|
|
@ -168,7 +168,7 @@ const Point<int> MouseEvent::getMouseDownScreenPosition() const
|
|||
}
|
||||
|
||||
//==============================================================================
|
||||
static int doubleClickTimeOutMs = 400;
|
||||
int MouseEvent::doubleClickTimeOutMs = 400;
|
||||
|
||||
void MouseEvent::setDoubleClickTimeout (const int newTime) throw()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue