Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NodeActions.performTouchInput #40

Closed
Forcharc opened this issue Oct 12, 2022 · 2 comments
Closed

NodeActions.performTouchInput #40

Forcharc opened this issue Oct 12, 2022 · 2 comments

Comments

@Forcharc
Copy link

Forcharc commented Oct 12, 2022

Something like this has to be present in NodeActions, since performGesture is deprecated in compose

fun performTouchInput(
        block: TouchInjectionScope.() -> Unit
) {
    delegate.perform(object : ComposeOperationType {
        override val name: String = "performTouchInputAction"
    }) { performTouchInput(block) }
}
@fobo66
Copy link
Contributor

fobo66 commented Oct 13, 2022

I've opened #36 for that

@Forcharc
Copy link
Author

Sorry, didn't see it right away

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants