CursorLocations

data class CursorLocations(strong: Rectangle?, weak: Rectangle?)

Properties

strong
Link copied to clipboard
val strong: Rectangle?
weak
Link copied to clipboard
val weak: Rectangle?