Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joekallen/cocos2d-GestureRecognizers
cocos2d modifications to allow use of UIGestureRecognizers
https://github.com/joekallen/cocos2d-GestureRecognizers
Last synced: 3 months ago
JSON representation
cocos2d modifications to allow use of UIGestureRecognizers
- Host: GitHub
- URL: https://github.com/joekallen/cocos2d-GestureRecognizers
- Owner: joekallen
- Created: 2010-08-25T03:24:57.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2011-09-19T12:48:58.000Z (over 13 years ago)
- Last Synced: 2023-03-11T06:42:54.782Z (almost 2 years ago)
- Language: Objective-C
- Homepage:
- Size: 1.09 MB
- Stars: 52
- Watchers: 5
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
- awesome - cocos2d-GestureRecognizers - cocos2d modifications to allow use of UIGestureRecognizers (etc)
- awesome - cocos2d-GestureRecognizers - cocos2d modifications to allow use of UIGestureRecognizers (etc)
README
This patch has only been tested with coco2d for iphone v0.99.5 beta 3.
To apply this patch copy the cocos2d.patch file the folder
YourProject/libs/cocos2d then open a terminal and navigate to the folder you
just copied the patch to and run the following command
patch -p1 -i cocos2d.patch