vydd / sketch

A Common Lisp framework for the creation of electronic art, visual design, game prototyping, game making, computer graphics, exploration of human-computer interaction, and more.
MIT License
1.4k stars 67 forks source link

Add missing event-handling functions #125

Open Kevinpgalligan opened 10 months ago

Kevinpgalligan commented 10 months ago

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 commented 8 months ago

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 commented 8 months ago

See: https://github.com/vydd/sketch/pull/156

Kevinpgalligan commented 8 months ago

Done: https://github.com/vydd/sketch/pull/156

Keeping this open for: