HeladoDeBrownie / Nexus

creative sandbox game in early development
MIT License
3 stars 1 forks source link

event system #55

Open HeladoDeBrownie opened 4 years ago

HeladoDeBrownie commented 4 years ago

some Widget methods make sense to be redesigned as events since they share a lot in common with how they're passed on. events must be transparent to container widgets except when the containers actually want them, as opposed to requiring a new definition for each one that feasibly could be passed

HeladoDeBrownie commented 4 years ago

a selection of Widget methods that feasibly behave like events:

HeladoDeBrownie commented 3 years ago

related: #110