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

game-activity: Remove Deref implementations for Key/MotionEvent types #100

Merged
merged 1 commit into from
Jul 30, 2023

Conversation

rib
Copy link
Collaborator

@rib rib commented Jul 30, 2023

It was a mistake to expose a public Deref implementation for the KeyEvent and MotionEvent types for the GameActivity backend.

It was very surprising to see these Winit changes temporarily rely on this: rust-windowing/winit@9184309#diff-9169a22d6397a250be741006cd857b8a575f804c74cc07e3a4fb8f3341606d9b

Fixes: #91

@rib rib force-pushed the rib/pr/game-activity-no-input-deref branch from 3a5b1e2 to c22a545 Compare July 30, 2023 20:22
@rib rib merged commit 96497f9 into main Jul 30, 2023
3 checks passed
@MarijnS95 MarijnS95 deleted the rib/pr/game-activity-no-input-deref branch October 25, 2023 21:17
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

Successfully merging this pull request may close these issues.

Seal the game-activity KeyEvent type
1 participant