JoystickCocos2D-X
JoystickCocos2D-X copied to clipboard
Small example to use virtual Joystick with Cocos2D-X version 3
Results
1
JoystickCocos2D-X issues
Sort by
recently updated
recently updated
newest added
Hi, The player object has sprites to move and simulate walking, but is commented, the lines are: ``` C++ void Player::setStateDefault() { if (state == 2) { state = 1;...