thelukester92 / swift-engine

An entity-component-system game engine built in the Swift programming language.
MIT License
35 stars 7 forks source link

Add swipe observer protocol #58

Closed thelukester92 closed 10 years ago

thelukester92 commented 10 years ago

This is no longer necessary. It is possible to add gesture recognizers to the scene's view from a system. The @objc annotation is required before the target function.