~nick-dedekind/qtubuntu/occlusion-2.0

« back to all changes in this revision

Viewing changes to src/ubuntumirclient/input.h

  • Committer: CI Train Bot
  • Author(s): daniel.dandrada at canonical, Daniel d'Andrada, Nick Dedekind, Gerry Boland, Michał Sawicz
  • Date: 2016-04-28 15:36:07 UTC
  • mfrom: (304.2.42 screen-info-without-dpr)
  • Revision ID: ci-train-bot@canonical.com-20160428153607-oovixgesc0ogfeoi
Proper support for multiple screens and dynamic scaling support Fixes: #1534682, #1573532
Approved by: Nick Dedekind, Unity8 CI Bot, Daniel d'Andrada, Gerry Boland

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
 * Copyright (C) 2014-2015 Canonical, Ltd.
 
2
 * Copyright (C) 2014-2016 Canonical, Ltd.
3
3
 *
4
4
 * This program is free software: you can redistribute it and/or modify it under
5
5
 * the terms of the GNU Lesser General Public License version 3, as published by
49
49
    void dispatchInputEvent(UbuntuWindow *window, const MirInputEvent *event);
50
50
 
51
51
    void dispatchOrientationEvent(QWindow* window, const MirOrientationEvent *event);
 
52
    void handleSurfaceEvent(const QPointer<UbuntuWindow> &window, const MirSurfaceEvent *event);
 
53
    void handleSurfaceOutputEvent(const QPointer<UbuntuWindow> &window, const MirSurfaceOutputEvent *event);
52
54
 
53
55
private:
54
56
    UbuntuClientIntegration* mIntegration;