Hot Door CORE Forum

Full Version: double-click in ColumnView
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is there a straightforward way to test for a double-click in a ColumnView? Here's my current workaround: Every time a ColumnView is clicked the plugin could store the time of the click, then use this in combination with lastClickedWidget() to figure it out. I don't see any platform-independent means of getting the user's double-click settings for a better user experience. Is there a way to use aiEventModifiers_doubleClick event mask in the SDK's AIEvent suite in conjunction with a ColumnView's click callback?
At this point you're probably stuck using a timed measurement as a workaround. We might be able to add this; I'll look into it. It will likely be a low-priority item for us though.