CTimeInMSBetweenButtonDownAndUp Constant
Definition
When a IUIControl button is clicked (with the keyboard or a game controller), the default ancestor do a Down/Up and wait CTimeInMSBetweenButtonDownAndUp milliseconds between the two states.
Delphi
const CTimeInMSBetweenButtonDownAndUp = 50
Value
ShortInt
Remarks
Put 0 if you don't want to wait on button click. You can customize the value on each button.