Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 492 Bytes

File metadata and controls

16 lines (12 loc) · 492 Bytes
version 8.0.0-dp-3

LiveCode Builder Host Library

Widget library

  • Improved tools for detecting repeated clicks on widgets

    • The OnClick event is sent every time a mouseDown/mouseUp sequence is detected by the engine on a widget.
    • the click count expression evaluates to the number of successive clicks which happened close together and within a certain time of each other.

[15012] Fix OnClick and provide a way to get the number of successive clicks.