Hi JustGames,
There is not a built-in way to detect if the game is playing on mobile, but you can simply add a variable called is_mobile and set its value to 0 or 1 before exporting your game to Windows or Mobile.
Then you can hide and show different elements based on this variable so you would have a mobile and desktop version.
Regards,
Cyberix3D Team