[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"Missing the information I need"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"Too complicated / too many steps"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"Out of date"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"Samples/Code issue"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Other"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Easy to understand"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Solved my problem"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Other"
}]
interface PointerInputScope : Density
Receiver scope for Modifier.pointerInput that permits
handling pointer input.
Summary
Public methods |
abstract suspend R |
Suspend and install a pointer input block that can await input events and respond to
them immediately.
|
Extension functions |
From androidx.compose.foundation.gestures
suspend Unit |
Gesture detector that waits for pointer down and touch slop in any direction and then
calls onDrag for each drag event.
|
suspend Unit |
Gesture detector that waits for pointer down and long press, after which it calls onDrag for
each drag event.
|
suspend Unit |
| |