winewayland.drv: Update desktop window size on display changes.
[wine.git] / dlls / windows.gaming.input / classes.idl
blob2adf43cdbb0df01e1ec85cd35752863604a11962
1 /*
2 * Runtime Classes for windows.gaming.input.dll
4 * Copyright 2021 RĂ©mi Bernon for CodeWeavers
6 * This library is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU Lesser General Public
8 * License as published by the Free Software Foundation; either
9 * version 2.1 of the License, or (at your option) any later version.
11 * This library is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14 * Lesser General Public License for more details.
16 * You should have received a copy of the GNU Lesser General Public
17 * License along with this library; if not, write to the Free Software
18 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
21 #pragma makedep register
23 #ifdef __WIDL__
24 #pragma winrt ns_prefix
25 #endif
27 import "inspectable.idl";
28 import "asyncinfo.idl";
29 import "eventtoken.idl";
30 import "windowscontracts.idl";
31 import "windows.foundation.idl";
32 import "windows.foundation.numerics.idl";
33 import "windows.devices.haptics.idl";
34 import "windows.system.idl";
35 import "windows.devices.power.idl";
37 #define DO_NO_IMPORTS
38 #include "windows.gaming.input.forcefeedback.idl"
39 #include "windows.gaming.input.idl"
40 #include "windows.gaming.input.custom.idl"