Hundreds of features to explore
Games made in Construct
Your questions answered
Trusted by schools and universities worldwide
Free education resources to use in the classroom
Students do not need accounts with us
What we believe
We are in this together
World class complete documentation
Official and community submitted guides
Learn and share with other game developers
Upload and play games from the Construct community
Game development stories & opinions
Doing more experiments using Construct 3.I wanted to make a test game that is playable with mobile and computer controls. I can't find how to detect what type of inputs the player is using,help?Or is it impossible without script and I should just make computer and touch controls both usable at the same time?(Sorry if what I wrote is hard to understand)
Develop games in your browser. Powerful, performant & highly capable.
A common way to detect controls is to add a screen with a "Start" button. Then wait for player to touch it, or click it, or press a key on keyboard.
See "Detecting input method" template.