Hot Door CORE Forum
double-click in ColumnView - Printable Version

+- Hot Door CORE Forum (http://hotdoorcore.com/forum)
+-- Forum: All forums (http://hotdoorcore.com/forum/forumdisplay.php?fid=1)
+--- Forum: General discussion (http://hotdoorcore.com/forum/forumdisplay.php?fid=3)
+--- Thread: double-click in ColumnView (/showthread.php?tid=197)



double-click in ColumnView - Rick Johnson - 12-30-2018

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?


RE: double-click in ColumnView - garrett - 01-02-2019

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.