diff options
Diffstat (limited to 'views/view.h')
-rw-r--r-- | views/view.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/views/view.h b/views/view.h index 05b32ae..311e5ce 100644 --- a/views/view.h +++ b/views/view.h @@ -126,6 +126,9 @@ class View : public AcceleratorTarget { View(); virtual ~View(); + // Returns the amount of time between double clicks, in milliseconds. + static int GetDoubleClickTimeMS(); + // Sizing functions // Get the bounds of the View, relative to the parent. Essentially, this |