Skip to content

Commit c65b768

Browse files
committed
Update InputEvent
1 parent 0818205 commit c65b768

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sources/AndroidInput/InputEvent.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import AndroidNDK
1616
/// both key events and motion events (touch, mouse, joystick, etc.).
1717
///
1818
/// [See Also](https://developer.android.com/ndk/reference/group/input#ainputevent)
19-
public struct InputEvent: ~Copyable, Sendable {
19+
public struct InputEvent: ~Copyable {
2020

2121
// MARK: - Properties
2222

0 commit comments

Comments
 (0)