Simplest way to check time...without timer?

I did ask this previously and wondering if native acess to a timestamp is avaliable yet or do you still need to start your own internal timer?

I am building a mode onto the gesture stuff I have done
What I want to do is create a gesture of a very quick press/release
ie
Interval = 200ms
Press_Down = TimeNow
Release = Release - Press_Down

Gesture_0 = (Release < Interval)

YOu know…the simple stuf :wink:

Hi, for now you have to start your own internal timer as there is no absolute clock read interval function in MT Pro.

Steve Caldwell
Bome Customer Care


Also available for paid consulting services: bome@sniz.biz

Thanks Steve