2 Commits

Author SHA1 Message Date
Paul Gilbert fd2762e8ee CREATE_ENGINE: Split control focusing events from view open/close 2024-07-23 19:02:06 -07:00
Paul Gilbert 49fb52efd6 CREATE_ENGINE: Added View class for events template
Improves mouse events for the events-based project template.
This includes a View class that:
1) Mouse events only get sent to the control under the mouse
rather than all controls on the view
2) Elements will get Focus/Unfocus messages as the mouse
moves in or out of their bounds
2024-05-09 20:40:58 -07:00