Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
26eb50e4
Commit
26eb50e4
authored
Mar 21, 2023
by
Biswapriyo Nath
Committed by
Alexandre Julliard
Mar 21, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Add IDirectManipulationInteractionEventHandler declaration in directmanipulation.idl.
Signed-off-by:
Biswapriyo Nath
<
nathbappai@gmail.com
>
parent
6992b762
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
0 deletions
+23
-0
directmanipulation.idl
include/directmanipulation.idl
+23
-0
No files found.
include/directmanipulation.idl
View file @
26eb50e4
...
...
@@ -135,6 +135,17 @@ typedef enum DIRECTMANIPULATION_INPUT_MODE
DIRECTMANIPULATION_INPUT_MODE_MANUAL
}
DIRECTMANIPULATION_INPUT_MODE
;
typedef
enum
DIRECTMANIPULATION_INTERACTION_TYPE
{
DIRECTMANIPULATION_INTERACTION_BEGIN
=
0
,
DIRECTMANIPULATION_INTERACTION_TYPE_MANIPULATION
=
1
,
DIRECTMANIPULATION_INTERACTION_TYPE_GESTURE_TAP
=
2
,
DIRECTMANIPULATION_INTERACTION_TYPE_GESTURE_HOLD
=
3
,
DIRECTMANIPULATION_INTERACTION_TYPE_GESTURE_CROSS_SLIDE
=
4
,
DIRECTMANIPULATION_INTERACTION_TYPE_GESTURE_PINCH_ZOOM
=
5
,
DIRECTMANIPULATION_INTERACTION_END
=
100
}
DIRECTMANIPULATION_INTERACTION_TYPE
;
[
local
,
object
,
...
...
@@ -391,6 +402,18 @@ interface IDirectManipulationCompositor2 : IDirectManipulationCompositor
}
[
local
,
object
,
uuid
(
e43f45b8
-
42b4
-
403
e
-
b1f2
-
273b8
f510830
),
pointer_default
(
unique
)
]
interface
IDirectManipulationInteractionEventHandler
:
IUnknown
{
HRESULT
OnInteraction
(
[
in
]
IDirectManipulationViewport2
*
viewport
,
[
in
]
DIRECTMANIPULATION_INTERACTION_TYPE
interaction
)
;
}
[
uuid
(
9
fbedf98
-
f6d8
-
4
e3b
-
b488
-
fa66dbf5e9f3
),
version
(
1.0
)
]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment