Warning, /education/gcompris/src/activities/left_right_click/ActivityInfo.qml is written in an unsupported language. File is not indexed.

0001 /* GCompris - ActivityInfo.qml
0002  *
0003  * SPDX-FileCopyrightText: 2022 Samarth Raj <mailforsamarth@gmail.com>
0004  * SPDX-License-Identifier: GPL-3.0-or-later
0005  */
0006 import GCompris 1.0
0007 
0008 ActivityInfo {
0009   name: "left_right_click/Left_right_click.qml"
0010   difficulty: 1
0011   icon: "left_right_click/left_right_click.svg"
0012   author: "Samarth Raj &lt;mailforsamarth@gmail.com&gt;"
0013   //: Activity title
0014   title: qsTr("Mouse click training")
0015   //: Help title
0016   description: qsTr("Move animals to their homes using a left click or right click on your mouse.")
0017   //intro: "Move animals to their homes using a left click or right click on your mouse."
0018   //: Help goal
0019   goal: qsTr("Using the mouse. Left and right click training.")
0020   //: Help prerequisite
0021   prerequisite: qsTr("Mouse-manipulation.")
0022   //: Help manual
0023   manual: qsTr("A left click on a fish will move it to the pond. A right click on a monkey will move it to the tree. A message will show if you make the wrong click.")
0024   credit: ""
0025   section: "computer mouse"
0026   createdInVersion: 30000
0027   enabled: !ApplicationInfo.isMobile ? true : false
0028 }