Platforms to show: All Mac Windows Linux Cross-Platform

FAQ.How to get the cursor blink interval time?

Answer: On Mac OS you can use GetCaretTime from the toolbox.
Example
declare function GetCaretTime lib "Carbon" () as Integer

MsgBox str(GetCaretTime())+" ticks"

60 ticks make one second.


The biggest plugin in space...