Forums » C# Framework » Can you make XBOX games with this? »
| Marc Renaud | Can you make XBOX games with this? | ||||
|---|---|---|---|---|---|
|
Added by Marc Renaud about 1 year ago
Since it's with XNA, can you make XBOX games via cocos2d-x with this? |
||||
| Evgeniy Rojkov | RE: Can you make XBOX games with this? | ||||
|
Added by Evgeniy Rojkov about 1 year ago
i think yes |
||||
| Jacob Anderson | RE: Can you make XBOX games with this? | ||||
|
Added by Jacob Anderson 11 months ago
Yes you can. The interaction metaphor on xbox or other consoles, e.g. PS3, is different as you do not have a touch context. You will need to offer some sort of selection feedback to your users when using a console. Then you just need to update the handletouches method in CCApplication to handle the gamepad controls. I have done this for one of our games. it works. |
(1-2/2)