[]
Tries to guess whether the mouse event being processed came from the touch device rather than from the mouse or pen.
public bool GuessFromTouch(Point p, long timestamp = 0)
| 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. |
| Type | Description |
|---|---|
| bool |
Tries to guess whether the scroll event being processed came from the touch device rather than from the mouse or pen.
public bool GuessFromTouch(long timestamp = 0)
| Type | Name | Description |
|---|---|---|
| long | timestamp |
| Type | Description |
|---|---|
| bool |