~aacid/unity8/fix_cropped_image_binding_loop

« back to all changes in this revision

Viewing changes to qml/OrientedShell.qml

  • Committer: CI Train Bot
  • Author(s): Lukáš Tinkl
  • Date: 2015-09-25 12:12:43 UTC
  • mfrom: (1968.2.6 clickNotifications)
  • Revision ID: ci-train-bot@canonical.com-20150925121243-teq4pdo0mdp6uqxd
Using InputInfo, determine if we need swipe or click to dismiss the notifications (e.g. incoming phone call)
Approved by: Michael Zanetti

Show diffs side-by-side

added added

removed removed

Lines of Context:
155
155
        nativeWidth: root.width
156
156
        nativeHeight: root.height
157
157
        mode: applicationArguments.mode
 
158
        hasMouse: UnityInputInfo.mice > deviceConfiguration.ignoredMice
158
159
 
159
160
        // TODO: Factor in the connected input devices (eg: physical keyboard, mouse, touchscreen),
160
161
        //       what's the output device (eg: big TV, desktop monitor, phone display), etc.