public bool IsMouseLeftButtonDown {get; set;}
Public Property IsMouseLeftButtonDown As Boolean
public bool IsMouseLeftButtonDown {get; set;}
get_IsMouseLeftButtonDown();
set_IsMouseLeftButtonDown(value);
Object.defineProperty('IsMouseLeftButtonDown');
For touch-enabled devices, the touch input is always treated as the left button. So IsMouseLeftButtonDown will be true if the user has a pressed a finger on the device and false otherwise.