PenParametersSetDebouncePreDown Method |
Sets the debounce pre-down.
Namespace:
ProScript
Assembly:
proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax public void SetDebouncePreDown(
byte debouncePreDown
)
Public Sub SetDebouncePreDown (
debouncePreDown As Byte
)
public:
void SetDebouncePreDown(
unsigned char debouncePreDown
)
member SetDebouncePreDown :
debouncePreDown : byte -> unit
Parameters
- debouncePreDown
- Type: SystemByte
Debounce Pre Down
See Also