Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
208971f1
Commit
208971f1
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.Vector3KeyFrameAnimation definition.
Needed by Windows.UI.Composition.Compositor.
parent
52478c30
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 @
208971f1
...
...
@@ -76,6 +76,7 @@ namespace Windows.UI.Composition {
interface
ISpriteVisual
;
interface
ISpriteVisual2
;
interface
IVector2KeyFrameAnimation
;
interface
IVector3KeyFrameAnimation
;
interface
IVisual
;
interface
IVisual2
;
interface
IVisual3
;
...
...
@@ -107,6 +108,7 @@ namespace Windows.UI.Composition {
runtimeclass
ScalarKeyFrameAnimation
;
runtimeclass
SpriteVisual
;
runtimeclass
Vector2KeyFrameAnimation
;
runtimeclass
Vector3KeyFrameAnimation
;
runtimeclass
Visual
;
runtimeclass
VisualCollection
;
...
...
@@ -565,6 +567,20 @@ namespace Windows.UI.Composition {
[
contract
(
Windows
.
Foundation
.
UniversalApiContract
,
2.0
),
exclusiveto
(
Windows
.
UI.Composition.Vector3KeyFrameAnimation)
,
uuid
(
c8039daa
-
a281
-
43
c2
-
a73d
-
b68e3c533c40
)
]
interface
IVector3KeyFrameAnimation
:
IInspectable
{
[
overload
(
"InsertKeyFrame"
)
]
HRESULT
InsertKeyFrame
(
[
in
]
FLOAT
key
,
[
in
]
Windows
.
Foundation.Numerics.Vector3
value
)
;
[
overload
(
"InsertKeyFrame"
)
]
HRESULT
InsertKeyFrameWithEasingFunction
(
[
in
]
FLOAT
key
,
[
in
]
Windows
.
Foundation.Numerics.Vector3
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
)
]
...
...
@@ -852,6 +868,16 @@ namespace Windows.UI.Composition {
}
[
contract
(
Windows
.
Foundation.UniversalApiContract
,
2.0
),
marshaling_behavior
(
agile
),
threading
(
both
)
]
runtimeclass
Vector3KeyFrameAnimation
:
Windows
.
UI.Composition.KeyFrameAnimation
{
[
default
]
interface
Windows
.
UI.Composition.IVector3KeyFrameAnimation;
}
[
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