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

Update for changes in smithay #17

Merged
merged 2 commits into from
Aug 21, 2024
Merged

Conversation

ids1024
Copy link
Member

@ids1024 ids1024 commented Aug 20, 2024

No description provided.

Copy link
Member

@Drakulix Drakulix left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. Thanks!

@@ -33,6 +34,7 @@ struct State(SeatState<State>);
impl SeatHandler for State {
type KeyboardFocus = EguiState;
type PointerFocus = EguiState;
type TouchFocus = WlSurface;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looking at the egui code, it seems they also support touch inputs now, so ideally we would want to update this integration and example to support it...

Well that can be done with another PR though, gonna make an issue for it.

@Drakulix Drakulix merged commit 0d0b4ca into Smithay:main Aug 21, 2024
This pull request was closed.
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.

2 participants