[]
        
(Showing Draft Content)

C1.Win.Touch.TouchProcessor.GuessFromTouch

GuessFromTouch Method

GuessFromTouch(Point, long)

Tries to guess whether the mouse event being processed came from the touch device rather than from the mouse or pen.

Declaration
public bool GuessFromTouch(Point p, long timestamp = 0)
Parameters
Type Name Description
Point p

The Point in client coordinates passed as Location to the mouse event.

long timestamp

The optional timestamp of the check.

Returns
Type Description
bool

GuessFromTouch(long)

Tries to guess whether the scroll event being processed came from the touch device rather than from the mouse or pen.

Declaration
public bool GuessFromTouch(long timestamp = 0)
Parameters
Type Name Description
long timestamp
Returns
Type Description
bool