SoftKeyboardTapPoint
A point on the device’s screen, in device pixels.
Import:
import type { SoftKeyboardTapPoint } from 'obsidian-integration-testing';Signature:
export interface SoftKeyboardTapPointProperties
| Property | Type | Description |
|---|---|---|
| xInPixels | number | The distance from the screen's left edge. |
| yInPixels | number | The distance from the screen's top edge. |
Links to this page: