Skip to content

Instantly share code, notes, and snippets.

View sdabet's full-sized avatar

Sébastien Dabet sdabet

  • Grenoble, France
View GitHub Profile
@sdabet
sdabet / AppDelegate.m
Last active December 18, 2015 03:39
Handle Android back button in cocos2d-iphone with Apportable (in MyNavigationController class)
#ifdef APPORTABLE
- (BOOL) canBecomeFirstResponder
{
return YES;
}
- (void)buttonUpWithEvent:(UIEvent *)event
{
switch (event.buttonCode)