Deskflow 1.26.0.0
Keyboard and mouse sharing utility
Loading...
Searching...
No Matches
Coordinate.h
Go to the documentation of this file.
1/*
2 * Deskflow -- mouse and keyboard sharing utility
3 * SPDX-FileCopyrightText: (C) 2026 Deskflow Developers
4 * SPDX-License-Identifier: GPL-2.0-only WITH LicenseRef-OpenSSL-Exception
5 */
6
7#pragma once
8
9#include <QObject>
10#include <cstdint>
11
13{
14 Q_GADGET;
15
16public:
17 int32_t x;
18 int32_t y;
19};
20
Coordinate ScrollDelta
Definition Coordinate.h:21
Definition Coordinate.h:13
int32_t x
Definition Coordinate.h:17
int32_t y
Definition Coordinate.h:18