Does anyone have any recommendations on a method of reading double-clicks?
Since Event.current.clickCount doesn’t appear to work in the web player on the Mac (see above), I’ve tried implementing a method that uses the time between clicks to determine if the second click makes a double-click. This works for the most part, but on some older machines with lower frame rates it becomes very difficult to get a double click to register.