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
52478c30
Commit
52478c30
authored
Apr 05, 2023
by
Mohamad Al-Jaf
Committed by
Alexandre Julliard
Apr 06, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Add Windows.UI.Composition.Vector2KeyFrameAnimation definition.
Needed by Windows.UI.Composition.Compositor.
parent
dfbe81f7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
0 deletions
+26
-0
windows.ui.composition.idl
include/windows.ui.composition.idl
+26
-0
No files found.
include/windows.ui.composition.idl
View file @
52478c30
...
...
@@ -75,6 +75,7 @@ namespace Windows.UI.Composition {
interface
IScalarKeyFrameAnimation
;
interface
ISpriteVisual
;
interface
ISpriteVisual2
;
interface
IVector2KeyFrameAnimation
;
interface
IVisual
;
interface
IVisual2
;
interface
IVisual3
;
...
...
@@ -105,6 +106,7 @@ namespace Windows.UI.Composition {
runtimeclass
QuaternionKeyFrameAnimation
;
runtimeclass
ScalarKeyFrameAnimation
;
runtimeclass
SpriteVisual
;
runtimeclass
Vector2KeyFrameAnimation
;
runtimeclass
Visual
;
runtimeclass
VisualCollection
;
...
...
@@ -549,6 +551,20 @@ namespace Windows.UI.Composition {
[
contract
(
Windows
.
Foundation.UniversalApiContract
,
2.0
),
exclusiveto
(
Windows
.
UI.Composition.Vector2KeyFrameAnimation)
,
uuid
(
df414515
-
4
e29
-
4
f11
-
b55e
-
bf2a6eb36294
)
]
interface
IVector2KeyFrameAnimation
:
IInspectable
{
[
overload
(
"InsertKeyFrame"
)
]
HRESULT
InsertKeyFrame
(
[
in
]
FLOAT
key
,
[
in
]
Windows
.
Foundation.Numerics.Vector2
value
)
;
[
overload
(
"InsertKeyFrame"
)
]
HRESULT
InsertKeyFrameWithEasingFunction
(
[
in
]
FLOAT
key
,
[
in
]
Windows
.
Foundation.Numerics.Vector2
value
,
[
in
]
Windows
.
UI.Composition.CompositionEasingFunction
*
function
)
;
}
[
contract
(
Windows
.
Foundation
.
UniversalApiContract
,
2.0
),
exclusiveto
(
Windows
.
UI.Composition.Visual)
,
uuid
(
117
e202d
-
a859
-
4
c89
-
873b
-
c2aa566788e3
)
]
...
...
@@ -826,6 +842,16 @@ namespace Windows.UI.Composition {
}
[
contract
(
Windows
.
Foundation.UniversalApiContract
,
2.0
),
marshaling_behavior
(
agile
),
threading
(
both
)
]
runtimeclass
Vector2KeyFrameAnimation
:
Windows
.
UI.Composition.KeyFrameAnimation
{
[
default
]
interface
Windows
.
UI.Composition.IVector2KeyFrameAnimation;
}
[
composable
(
Windows
.
UI.Composition.IVisualFactory
,
public
,
Windows
.
Foundation.UniversalApiContract
,
2.0
),
contract
(
Windows
.
Foundation.UniversalApiContract
,
2.0
),
marshaling_behavior
(
agile
),
...
...
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