Commit Graph

6 Commits (master)

Author SHA1 Message Date
Noah c624cc08cd IsMouseEvent boolean on all current mouse events 2024-04-19 22:45:13 -07:00
Noah 9d436db917 Add IsFingerDown boolean to the Event object
IsFingerDown will be true as long as at least one finger has registered
a TouchDown event but not yet a TouchUp. The calling program can check
this boolean to distinguish a mouse movement from a physical mouse to a
probable touch based swipe.
2024-04-19 22:00:23 -07:00
Noah 1f4af682e1 SDL2 GameController Support 2022-02-19 18:22:55 -08:00
Noah 09a6c1db52 Add support for SDL2 MultiGestureEvents 2021-10-06 19:35:24 -07:00
Noah 6e916169d6 Spacebar event 2021-01-03 15:26:03 -08:00
Noah 5c803f6a88 render: Refactor Events System to Make Module Standalone
* Refactor the events used in lib/render/sdl to be more general-purpose
  to make librender a stand-alone library separate from Doodle.
2019-12-22 14:11:01 -08:00