CTimeInMSBetweenButtonDownAndUp Constant

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.

Unit: uConsts
const CTimeInMSBetweenButtonDownAndUp = 50

Value

Type: System.ShortInt

 

Put 0 if you don't want to wait on button click. You can customize the value on each button.