Home
last modified time | relevance | path

Searched refs:leftScreen (Results 1 – 3 of 3) sorted by relevance

/dports/games/gcompris-qt/gcompris-qt-2.0/src/activities/categorization/
H A DZone.qml59 if(Activity.isDragInLeftArea(leftScreen.width, imagePos.x + parent.width)) {
62 … else if(Activity.isDragInRightArea(middleScreen.width + leftScreen.width,imagePos.x)) {
75 … leftAreaContainsDrag = Activity.isDragInLeftArea(leftScreen.width, imagePos.x + parent.width)
76 …ightAreaContainsDrag = Activity.isDragInRightArea(middleScreen.width + leftScreen.width,imagePos.x)
H A DCategoryReview.qml32 property alias leftScreen: leftScreen
53 anchors.centerIn: leftScreen
61 id: leftScreen
101 x: leftScreen.width
/dports/games/battalion/battalion1.4b/
H A Dgraphics.c127 GLuint leftScreen, rightScreen; variable
213 doTexStuff(dataPath, "TEXTURES/screenleft.tex", 128, 128, picleft, &leftScreen, 0, 0); in makeObjects()
2037 glCallList(leftScreen); in drawBuilding26()