Skip to content

Scenes Release 1.0.4

Choose a tag to compare

@DBenYaakov DBenYaakov released this 10 Apr 19:30
· 38 commits to master since this release
  • Updated README for new mouse events
    • EntityMouseEnterHandler
    • EntityMouseLeaveHandler
  • Added EntityMouseEnter and EntityMouseLeave events.
  • Refactored dispatcher and unique naming.
    • Created generic HandlerList to maintain the list of all event handlers. This greatly simplifies the Dispatcher.
    • Moved unique naming to separate class that is now used by all EventHandlers.
  • Refactored handler list management.
    • No external ramifications.
    • Refactored handler list management enabling the Director to look up the frontMost entity rather than doing this in the Dispatcher, improving code organization.