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

Add missing event-handling functions #125

Open
Kevinpgalligan opened this issue Dec 6, 2023 · 3 comments
Open

Add missing event-handling functions #125

Kevinpgalligan opened this issue Dec 6, 2023 · 3 comments

Comments

@Kevinpgalligan
Copy link
Contributor

There are now event-handling functions for clicking and hovering, so that users don't have to use the SDL2 methods directly. We're still missing such functions for text input and for click release.

Also need to update the documentation to use these new functions, as it currently refers to the SDL2 methods.

@Kevinpgalligan
Copy link
Contributor Author

Just to note: these functions have been added, but they're not entirely consistent with the documentation and we still want to agree on a final interface.

@Kevinpgalligan
Copy link
Contributor Author

See: #156

@Kevinpgalligan
Copy link
Contributor Author

Kevinpgalligan commented Jan 28, 2024

Done: #156

Keeping this open for:

  • Mousewheel.
  • Controller stuff.
  • Any other SDL2 input types we haven't covered.
  • Window resize events.
  • Window close events.
  • Etc.

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

No branches or pull requests

2 participants