mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-15 23:26:12 -04:00
527 lines
40 KiB
C++
527 lines
40 KiB
C++
// WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3
|
|
|
|
#ifndef WINRT_Windows_UI_Input_Spatial_1_H
|
|
#define WINRT_Windows_UI_Input_Spatial_1_H
|
|
#include "winrt/impl/Windows.UI.Input.Spatial.0.h"
|
|
WINRT_EXPORT namespace winrt::Windows::UI::Input::Spatial
|
|
{
|
|
struct __declspec(empty_bases) ISpatialGestureRecognizer :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<ISpatialGestureRecognizer>
|
|
{
|
|
ISpatialGestureRecognizer(std::nullptr_t = nullptr) noexcept {}
|
|
ISpatialGestureRecognizer(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
ISpatialGestureRecognizer(ISpatialGestureRecognizer const&) noexcept = default;
|
|
ISpatialGestureRecognizer(ISpatialGestureRecognizer&&) noexcept = default;
|
|
ISpatialGestureRecognizer& operator=(ISpatialGestureRecognizer const&) & noexcept = default;
|
|
ISpatialGestureRecognizer& operator=(ISpatialGestureRecognizer&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) ISpatialGestureRecognizerFactory :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<ISpatialGestureRecognizerFactory>
|
|
{
|
|
ISpatialGestureRecognizerFactory(std::nullptr_t = nullptr) noexcept {}
|
|
ISpatialGestureRecognizerFactory(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
ISpatialGestureRecognizerFactory(ISpatialGestureRecognizerFactory const&) noexcept = default;
|
|
ISpatialGestureRecognizerFactory(ISpatialGestureRecognizerFactory&&) noexcept = default;
|
|
ISpatialGestureRecognizerFactory& operator=(ISpatialGestureRecognizerFactory const&) & noexcept = default;
|
|
ISpatialGestureRecognizerFactory& operator=(ISpatialGestureRecognizerFactory&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) ISpatialHoldCanceledEventArgs :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<ISpatialHoldCanceledEventArgs>
|
|
{
|
|
ISpatialHoldCanceledEventArgs(std::nullptr_t = nullptr) noexcept {}
|
|
ISpatialHoldCanceledEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
ISpatialHoldCanceledEventArgs(ISpatialHoldCanceledEventArgs const&) noexcept = default;
|
|
ISpatialHoldCanceledEventArgs(ISpatialHoldCanceledEventArgs&&) noexcept = default;
|
|
ISpatialHoldCanceledEventArgs& operator=(ISpatialHoldCanceledEventArgs const&) & noexcept = default;
|
|
ISpatialHoldCanceledEventArgs& operator=(ISpatialHoldCanceledEventArgs&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) ISpatialHoldCompletedEventArgs :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<ISpatialHoldCompletedEventArgs>
|
|
{
|
|
ISpatialHoldCompletedEventArgs(std::nullptr_t = nullptr) noexcept {}
|
|
ISpatialHoldCompletedEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
ISpatialHoldCompletedEventArgs(ISpatialHoldCompletedEventArgs const&) noexcept = default;
|
|
ISpatialHoldCompletedEventArgs(ISpatialHoldCompletedEventArgs&&) noexcept = default;
|
|
ISpatialHoldCompletedEventArgs& operator=(ISpatialHoldCompletedEventArgs const&) & noexcept = default;
|
|
ISpatialHoldCompletedEventArgs& operator=(ISpatialHoldCompletedEventArgs&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) ISpatialHoldStartedEventArgs :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<ISpatialHoldStartedEventArgs>
|
|
{
|
|
ISpatialHoldStartedEventArgs(std::nullptr_t = nullptr) noexcept {}
|
|
ISpatialHoldStartedEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
ISpatialHoldStartedEventArgs(ISpatialHoldStartedEventArgs const&) noexcept = default;
|
|
ISpatialHoldStartedEventArgs(ISpatialHoldStartedEventArgs&&) noexcept = default;
|
|
ISpatialHoldStartedEventArgs& operator=(ISpatialHoldStartedEventArgs const&) & noexcept = default;
|
|
ISpatialHoldStartedEventArgs& operator=(ISpatialHoldStartedEventArgs&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) ISpatialInteraction :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<ISpatialInteraction>
|
|
{
|
|
ISpatialInteraction(std::nullptr_t = nullptr) noexcept {}
|
|
ISpatialInteraction(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
ISpatialInteraction(ISpatialInteraction const&) noexcept = default;
|
|
ISpatialInteraction(ISpatialInteraction&&) noexcept = default;
|
|
ISpatialInteraction& operator=(ISpatialInteraction const&) & noexcept = default;
|
|
ISpatialInteraction& operator=(ISpatialInteraction&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) ISpatialInteractionController :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<ISpatialInteractionController>
|
|
{
|
|
ISpatialInteractionController(std::nullptr_t = nullptr) noexcept {}
|
|
ISpatialInteractionController(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
ISpatialInteractionController(ISpatialInteractionController const&) noexcept = default;
|
|
ISpatialInteractionController(ISpatialInteractionController&&) noexcept = default;
|
|
ISpatialInteractionController& operator=(ISpatialInteractionController const&) & noexcept = default;
|
|
ISpatialInteractionController& operator=(ISpatialInteractionController&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) ISpatialInteractionController2 :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<ISpatialInteractionController2>,
|
|
impl::require<winrt::Windows::UI::Input::Spatial::ISpatialInteractionController2, winrt::Windows::UI::Input::Spatial::ISpatialInteractionController>
|
|
{
|
|
ISpatialInteractionController2(std::nullptr_t = nullptr) noexcept {}
|
|
ISpatialInteractionController2(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
ISpatialInteractionController2(ISpatialInteractionController2 const&) noexcept = default;
|
|
ISpatialInteractionController2(ISpatialInteractionController2&&) noexcept = default;
|
|
ISpatialInteractionController2& operator=(ISpatialInteractionController2 const&) & noexcept = default;
|
|
ISpatialInteractionController2& operator=(ISpatialInteractionController2&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) ISpatialInteractionController3 :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<ISpatialInteractionController3>,
|
|
impl::require<winrt::Windows::UI::Input::Spatial::ISpatialInteractionController3, winrt::Windows::UI::Input::Spatial::ISpatialInteractionController, winrt::Windows::UI::Input::Spatial::ISpatialInteractionController2>
|
|
{
|
|
ISpatialInteractionController3(std::nullptr_t = nullptr) noexcept {}
|
|
ISpatialInteractionController3(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
ISpatialInteractionController3(ISpatialInteractionController3 const&) noexcept = default;
|
|
ISpatialInteractionController3(ISpatialInteractionController3&&) noexcept = default;
|
|
ISpatialInteractionController3& operator=(ISpatialInteractionController3 const&) & noexcept = default;
|
|
ISpatialInteractionController3& operator=(ISpatialInteractionController3&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) ISpatialInteractionControllerProperties :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<ISpatialInteractionControllerProperties>
|
|
{
|
|
ISpatialInteractionControllerProperties(std::nullptr_t = nullptr) noexcept {}
|
|
ISpatialInteractionControllerProperties(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
ISpatialInteractionControllerProperties(ISpatialInteractionControllerProperties const&) noexcept = default;
|
|
ISpatialInteractionControllerProperties(ISpatialInteractionControllerProperties&&) noexcept = default;
|
|
ISpatialInteractionControllerProperties& operator=(ISpatialInteractionControllerProperties const&) & noexcept = default;
|
|
ISpatialInteractionControllerProperties& operator=(ISpatialInteractionControllerProperties&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) ISpatialInteractionDetectedEventArgs :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<ISpatialInteractionDetectedEventArgs>
|
|
{
|
|
ISpatialInteractionDetectedEventArgs(std::nullptr_t = nullptr) noexcept {}
|
|
ISpatialInteractionDetectedEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
ISpatialInteractionDetectedEventArgs(ISpatialInteractionDetectedEventArgs const&) noexcept = default;
|
|
ISpatialInteractionDetectedEventArgs(ISpatialInteractionDetectedEventArgs&&) noexcept = default;
|
|
ISpatialInteractionDetectedEventArgs& operator=(ISpatialInteractionDetectedEventArgs const&) & noexcept = default;
|
|
ISpatialInteractionDetectedEventArgs& operator=(ISpatialInteractionDetectedEventArgs&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) ISpatialInteractionDetectedEventArgs2 :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<ISpatialInteractionDetectedEventArgs2>,
|
|
impl::require<winrt::Windows::UI::Input::Spatial::ISpatialInteractionDetectedEventArgs2, winrt::Windows::UI::Input::Spatial::ISpatialInteractionDetectedEventArgs>
|
|
{
|
|
ISpatialInteractionDetectedEventArgs2(std::nullptr_t = nullptr) noexcept {}
|
|
ISpatialInteractionDetectedEventArgs2(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
ISpatialInteractionDetectedEventArgs2(ISpatialInteractionDetectedEventArgs2 const&) noexcept = default;
|
|
ISpatialInteractionDetectedEventArgs2(ISpatialInteractionDetectedEventArgs2&&) noexcept = default;
|
|
ISpatialInteractionDetectedEventArgs2& operator=(ISpatialInteractionDetectedEventArgs2 const&) & noexcept = default;
|
|
ISpatialInteractionDetectedEventArgs2& operator=(ISpatialInteractionDetectedEventArgs2&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) ISpatialInteractionManager :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<ISpatialInteractionManager>
|
|
{
|
|
ISpatialInteractionManager(std::nullptr_t = nullptr) noexcept {}
|
|
ISpatialInteractionManager(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
ISpatialInteractionManager(ISpatialInteractionManager const&) noexcept = default;
|
|
ISpatialInteractionManager(ISpatialInteractionManager&&) noexcept = default;
|
|
ISpatialInteractionManager& operator=(ISpatialInteractionManager const&) & noexcept = default;
|
|
ISpatialInteractionManager& operator=(ISpatialInteractionManager&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) ISpatialInteractionManagerStatics :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<ISpatialInteractionManagerStatics>
|
|
{
|
|
ISpatialInteractionManagerStatics(std::nullptr_t = nullptr) noexcept {}
|
|
ISpatialInteractionManagerStatics(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
ISpatialInteractionManagerStatics(ISpatialInteractionManagerStatics const&) noexcept = default;
|
|
ISpatialInteractionManagerStatics(ISpatialInteractionManagerStatics&&) noexcept = default;
|
|
ISpatialInteractionManagerStatics& operator=(ISpatialInteractionManagerStatics const&) & noexcept = default;
|
|
ISpatialInteractionManagerStatics& operator=(ISpatialInteractionManagerStatics&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) ISpatialInteractionManagerStatics2 :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<ISpatialInteractionManagerStatics2>
|
|
{
|
|
ISpatialInteractionManagerStatics2(std::nullptr_t = nullptr) noexcept {}
|
|
ISpatialInteractionManagerStatics2(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
ISpatialInteractionManagerStatics2(ISpatialInteractionManagerStatics2 const&) noexcept = default;
|
|
ISpatialInteractionManagerStatics2(ISpatialInteractionManagerStatics2&&) noexcept = default;
|
|
ISpatialInteractionManagerStatics2& operator=(ISpatialInteractionManagerStatics2 const&) & noexcept = default;
|
|
ISpatialInteractionManagerStatics2& operator=(ISpatialInteractionManagerStatics2&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) ISpatialInteractionSource :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<ISpatialInteractionSource>
|
|
{
|
|
ISpatialInteractionSource(std::nullptr_t = nullptr) noexcept {}
|
|
ISpatialInteractionSource(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
ISpatialInteractionSource(ISpatialInteractionSource const&) noexcept = default;
|
|
ISpatialInteractionSource(ISpatialInteractionSource&&) noexcept = default;
|
|
ISpatialInteractionSource& operator=(ISpatialInteractionSource const&) & noexcept = default;
|
|
ISpatialInteractionSource& operator=(ISpatialInteractionSource&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) ISpatialInteractionSource2 :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<ISpatialInteractionSource2>,
|
|
impl::require<winrt::Windows::UI::Input::Spatial::ISpatialInteractionSource2, winrt::Windows::UI::Input::Spatial::ISpatialInteractionSource>
|
|
{
|
|
ISpatialInteractionSource2(std::nullptr_t = nullptr) noexcept {}
|
|
ISpatialInteractionSource2(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
ISpatialInteractionSource2(ISpatialInteractionSource2 const&) noexcept = default;
|
|
ISpatialInteractionSource2(ISpatialInteractionSource2&&) noexcept = default;
|
|
ISpatialInteractionSource2& operator=(ISpatialInteractionSource2 const&) & noexcept = default;
|
|
ISpatialInteractionSource2& operator=(ISpatialInteractionSource2&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) ISpatialInteractionSource3 :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<ISpatialInteractionSource3>,
|
|
impl::require<winrt::Windows::UI::Input::Spatial::ISpatialInteractionSource3, winrt::Windows::UI::Input::Spatial::ISpatialInteractionSource, winrt::Windows::UI::Input::Spatial::ISpatialInteractionSource2>
|
|
{
|
|
ISpatialInteractionSource3(std::nullptr_t = nullptr) noexcept {}
|
|
ISpatialInteractionSource3(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
ISpatialInteractionSource3(ISpatialInteractionSource3 const&) noexcept = default;
|
|
ISpatialInteractionSource3(ISpatialInteractionSource3&&) noexcept = default;
|
|
ISpatialInteractionSource3& operator=(ISpatialInteractionSource3 const&) & noexcept = default;
|
|
ISpatialInteractionSource3& operator=(ISpatialInteractionSource3&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) ISpatialInteractionSource4 :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<ISpatialInteractionSource4>
|
|
{
|
|
ISpatialInteractionSource4(std::nullptr_t = nullptr) noexcept {}
|
|
ISpatialInteractionSource4(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
ISpatialInteractionSource4(ISpatialInteractionSource4 const&) noexcept = default;
|
|
ISpatialInteractionSource4(ISpatialInteractionSource4&&) noexcept = default;
|
|
ISpatialInteractionSource4& operator=(ISpatialInteractionSource4 const&) & noexcept = default;
|
|
ISpatialInteractionSource4& operator=(ISpatialInteractionSource4&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) ISpatialInteractionSourceEventArgs :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<ISpatialInteractionSourceEventArgs>
|
|
{
|
|
ISpatialInteractionSourceEventArgs(std::nullptr_t = nullptr) noexcept {}
|
|
ISpatialInteractionSourceEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
ISpatialInteractionSourceEventArgs(ISpatialInteractionSourceEventArgs const&) noexcept = default;
|
|
ISpatialInteractionSourceEventArgs(ISpatialInteractionSourceEventArgs&&) noexcept = default;
|
|
ISpatialInteractionSourceEventArgs& operator=(ISpatialInteractionSourceEventArgs const&) & noexcept = default;
|
|
ISpatialInteractionSourceEventArgs& operator=(ISpatialInteractionSourceEventArgs&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) ISpatialInteractionSourceEventArgs2 :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<ISpatialInteractionSourceEventArgs2>,
|
|
impl::require<winrt::Windows::UI::Input::Spatial::ISpatialInteractionSourceEventArgs2, winrt::Windows::UI::Input::Spatial::ISpatialInteractionSourceEventArgs>
|
|
{
|
|
ISpatialInteractionSourceEventArgs2(std::nullptr_t = nullptr) noexcept {}
|
|
ISpatialInteractionSourceEventArgs2(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
ISpatialInteractionSourceEventArgs2(ISpatialInteractionSourceEventArgs2 const&) noexcept = default;
|
|
ISpatialInteractionSourceEventArgs2(ISpatialInteractionSourceEventArgs2&&) noexcept = default;
|
|
ISpatialInteractionSourceEventArgs2& operator=(ISpatialInteractionSourceEventArgs2 const&) & noexcept = default;
|
|
ISpatialInteractionSourceEventArgs2& operator=(ISpatialInteractionSourceEventArgs2&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) ISpatialInteractionSourceLocation :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<ISpatialInteractionSourceLocation>
|
|
{
|
|
ISpatialInteractionSourceLocation(std::nullptr_t = nullptr) noexcept {}
|
|
ISpatialInteractionSourceLocation(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
ISpatialInteractionSourceLocation(ISpatialInteractionSourceLocation const&) noexcept = default;
|
|
ISpatialInteractionSourceLocation(ISpatialInteractionSourceLocation&&) noexcept = default;
|
|
ISpatialInteractionSourceLocation& operator=(ISpatialInteractionSourceLocation const&) & noexcept = default;
|
|
ISpatialInteractionSourceLocation& operator=(ISpatialInteractionSourceLocation&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) ISpatialInteractionSourceLocation2 :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<ISpatialInteractionSourceLocation2>
|
|
{
|
|
ISpatialInteractionSourceLocation2(std::nullptr_t = nullptr) noexcept {}
|
|
ISpatialInteractionSourceLocation2(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
ISpatialInteractionSourceLocation2(ISpatialInteractionSourceLocation2 const&) noexcept = default;
|
|
ISpatialInteractionSourceLocation2(ISpatialInteractionSourceLocation2&&) noexcept = default;
|
|
ISpatialInteractionSourceLocation2& operator=(ISpatialInteractionSourceLocation2 const&) & noexcept = default;
|
|
ISpatialInteractionSourceLocation2& operator=(ISpatialInteractionSourceLocation2&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) ISpatialInteractionSourceLocation3 :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<ISpatialInteractionSourceLocation3>,
|
|
impl::require<winrt::Windows::UI::Input::Spatial::ISpatialInteractionSourceLocation3, winrt::Windows::UI::Input::Spatial::ISpatialInteractionSourceLocation2>
|
|
{
|
|
ISpatialInteractionSourceLocation3(std::nullptr_t = nullptr) noexcept {}
|
|
ISpatialInteractionSourceLocation3(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
ISpatialInteractionSourceLocation3(ISpatialInteractionSourceLocation3 const&) noexcept = default;
|
|
ISpatialInteractionSourceLocation3(ISpatialInteractionSourceLocation3&&) noexcept = default;
|
|
ISpatialInteractionSourceLocation3& operator=(ISpatialInteractionSourceLocation3 const&) & noexcept = default;
|
|
ISpatialInteractionSourceLocation3& operator=(ISpatialInteractionSourceLocation3&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) ISpatialInteractionSourceProperties :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<ISpatialInteractionSourceProperties>
|
|
{
|
|
ISpatialInteractionSourceProperties(std::nullptr_t = nullptr) noexcept {}
|
|
ISpatialInteractionSourceProperties(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
ISpatialInteractionSourceProperties(ISpatialInteractionSourceProperties const&) noexcept = default;
|
|
ISpatialInteractionSourceProperties(ISpatialInteractionSourceProperties&&) noexcept = default;
|
|
ISpatialInteractionSourceProperties& operator=(ISpatialInteractionSourceProperties const&) & noexcept = default;
|
|
ISpatialInteractionSourceProperties& operator=(ISpatialInteractionSourceProperties&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) ISpatialInteractionSourceState :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<ISpatialInteractionSourceState>
|
|
{
|
|
ISpatialInteractionSourceState(std::nullptr_t = nullptr) noexcept {}
|
|
ISpatialInteractionSourceState(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
ISpatialInteractionSourceState(ISpatialInteractionSourceState const&) noexcept = default;
|
|
ISpatialInteractionSourceState(ISpatialInteractionSourceState&&) noexcept = default;
|
|
ISpatialInteractionSourceState& operator=(ISpatialInteractionSourceState const&) & noexcept = default;
|
|
ISpatialInteractionSourceState& operator=(ISpatialInteractionSourceState&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) ISpatialInteractionSourceState2 :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<ISpatialInteractionSourceState2>,
|
|
impl::require<winrt::Windows::UI::Input::Spatial::ISpatialInteractionSourceState2, winrt::Windows::UI::Input::Spatial::ISpatialInteractionSourceState>
|
|
{
|
|
ISpatialInteractionSourceState2(std::nullptr_t = nullptr) noexcept {}
|
|
ISpatialInteractionSourceState2(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
ISpatialInteractionSourceState2(ISpatialInteractionSourceState2 const&) noexcept = default;
|
|
ISpatialInteractionSourceState2(ISpatialInteractionSourceState2&&) noexcept = default;
|
|
ISpatialInteractionSourceState2& operator=(ISpatialInteractionSourceState2 const&) & noexcept = default;
|
|
ISpatialInteractionSourceState2& operator=(ISpatialInteractionSourceState2&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) ISpatialInteractionSourceState3 :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<ISpatialInteractionSourceState3>,
|
|
impl::require<winrt::Windows::UI::Input::Spatial::ISpatialInteractionSourceState3, winrt::Windows::UI::Input::Spatial::ISpatialInteractionSourceState, winrt::Windows::UI::Input::Spatial::ISpatialInteractionSourceState2>
|
|
{
|
|
ISpatialInteractionSourceState3(std::nullptr_t = nullptr) noexcept {}
|
|
ISpatialInteractionSourceState3(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
ISpatialInteractionSourceState3(ISpatialInteractionSourceState3 const&) noexcept = default;
|
|
ISpatialInteractionSourceState3(ISpatialInteractionSourceState3&&) noexcept = default;
|
|
ISpatialInteractionSourceState3& operator=(ISpatialInteractionSourceState3 const&) & noexcept = default;
|
|
ISpatialInteractionSourceState3& operator=(ISpatialInteractionSourceState3&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) ISpatialManipulationCanceledEventArgs :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<ISpatialManipulationCanceledEventArgs>
|
|
{
|
|
ISpatialManipulationCanceledEventArgs(std::nullptr_t = nullptr) noexcept {}
|
|
ISpatialManipulationCanceledEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
ISpatialManipulationCanceledEventArgs(ISpatialManipulationCanceledEventArgs const&) noexcept = default;
|
|
ISpatialManipulationCanceledEventArgs(ISpatialManipulationCanceledEventArgs&&) noexcept = default;
|
|
ISpatialManipulationCanceledEventArgs& operator=(ISpatialManipulationCanceledEventArgs const&) & noexcept = default;
|
|
ISpatialManipulationCanceledEventArgs& operator=(ISpatialManipulationCanceledEventArgs&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) ISpatialManipulationCompletedEventArgs :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<ISpatialManipulationCompletedEventArgs>
|
|
{
|
|
ISpatialManipulationCompletedEventArgs(std::nullptr_t = nullptr) noexcept {}
|
|
ISpatialManipulationCompletedEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
ISpatialManipulationCompletedEventArgs(ISpatialManipulationCompletedEventArgs const&) noexcept = default;
|
|
ISpatialManipulationCompletedEventArgs(ISpatialManipulationCompletedEventArgs&&) noexcept = default;
|
|
ISpatialManipulationCompletedEventArgs& operator=(ISpatialManipulationCompletedEventArgs const&) & noexcept = default;
|
|
ISpatialManipulationCompletedEventArgs& operator=(ISpatialManipulationCompletedEventArgs&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) ISpatialManipulationDelta :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<ISpatialManipulationDelta>
|
|
{
|
|
ISpatialManipulationDelta(std::nullptr_t = nullptr) noexcept {}
|
|
ISpatialManipulationDelta(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
ISpatialManipulationDelta(ISpatialManipulationDelta const&) noexcept = default;
|
|
ISpatialManipulationDelta(ISpatialManipulationDelta&&) noexcept = default;
|
|
ISpatialManipulationDelta& operator=(ISpatialManipulationDelta const&) & noexcept = default;
|
|
ISpatialManipulationDelta& operator=(ISpatialManipulationDelta&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) ISpatialManipulationStartedEventArgs :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<ISpatialManipulationStartedEventArgs>
|
|
{
|
|
ISpatialManipulationStartedEventArgs(std::nullptr_t = nullptr) noexcept {}
|
|
ISpatialManipulationStartedEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
ISpatialManipulationStartedEventArgs(ISpatialManipulationStartedEventArgs const&) noexcept = default;
|
|
ISpatialManipulationStartedEventArgs(ISpatialManipulationStartedEventArgs&&) noexcept = default;
|
|
ISpatialManipulationStartedEventArgs& operator=(ISpatialManipulationStartedEventArgs const&) & noexcept = default;
|
|
ISpatialManipulationStartedEventArgs& operator=(ISpatialManipulationStartedEventArgs&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) ISpatialManipulationUpdatedEventArgs :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<ISpatialManipulationUpdatedEventArgs>
|
|
{
|
|
ISpatialManipulationUpdatedEventArgs(std::nullptr_t = nullptr) noexcept {}
|
|
ISpatialManipulationUpdatedEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
ISpatialManipulationUpdatedEventArgs(ISpatialManipulationUpdatedEventArgs const&) noexcept = default;
|
|
ISpatialManipulationUpdatedEventArgs(ISpatialManipulationUpdatedEventArgs&&) noexcept = default;
|
|
ISpatialManipulationUpdatedEventArgs& operator=(ISpatialManipulationUpdatedEventArgs const&) & noexcept = default;
|
|
ISpatialManipulationUpdatedEventArgs& operator=(ISpatialManipulationUpdatedEventArgs&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) ISpatialNavigationCanceledEventArgs :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<ISpatialNavigationCanceledEventArgs>
|
|
{
|
|
ISpatialNavigationCanceledEventArgs(std::nullptr_t = nullptr) noexcept {}
|
|
ISpatialNavigationCanceledEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
ISpatialNavigationCanceledEventArgs(ISpatialNavigationCanceledEventArgs const&) noexcept = default;
|
|
ISpatialNavigationCanceledEventArgs(ISpatialNavigationCanceledEventArgs&&) noexcept = default;
|
|
ISpatialNavigationCanceledEventArgs& operator=(ISpatialNavigationCanceledEventArgs const&) & noexcept = default;
|
|
ISpatialNavigationCanceledEventArgs& operator=(ISpatialNavigationCanceledEventArgs&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) ISpatialNavigationCompletedEventArgs :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<ISpatialNavigationCompletedEventArgs>
|
|
{
|
|
ISpatialNavigationCompletedEventArgs(std::nullptr_t = nullptr) noexcept {}
|
|
ISpatialNavigationCompletedEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
ISpatialNavigationCompletedEventArgs(ISpatialNavigationCompletedEventArgs const&) noexcept = default;
|
|
ISpatialNavigationCompletedEventArgs(ISpatialNavigationCompletedEventArgs&&) noexcept = default;
|
|
ISpatialNavigationCompletedEventArgs& operator=(ISpatialNavigationCompletedEventArgs const&) & noexcept = default;
|
|
ISpatialNavigationCompletedEventArgs& operator=(ISpatialNavigationCompletedEventArgs&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) ISpatialNavigationStartedEventArgs :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<ISpatialNavigationStartedEventArgs>
|
|
{
|
|
ISpatialNavigationStartedEventArgs(std::nullptr_t = nullptr) noexcept {}
|
|
ISpatialNavigationStartedEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
ISpatialNavigationStartedEventArgs(ISpatialNavigationStartedEventArgs const&) noexcept = default;
|
|
ISpatialNavigationStartedEventArgs(ISpatialNavigationStartedEventArgs&&) noexcept = default;
|
|
ISpatialNavigationStartedEventArgs& operator=(ISpatialNavigationStartedEventArgs const&) & noexcept = default;
|
|
ISpatialNavigationStartedEventArgs& operator=(ISpatialNavigationStartedEventArgs&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) ISpatialNavigationUpdatedEventArgs :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<ISpatialNavigationUpdatedEventArgs>
|
|
{
|
|
ISpatialNavigationUpdatedEventArgs(std::nullptr_t = nullptr) noexcept {}
|
|
ISpatialNavigationUpdatedEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
ISpatialNavigationUpdatedEventArgs(ISpatialNavigationUpdatedEventArgs const&) noexcept = default;
|
|
ISpatialNavigationUpdatedEventArgs(ISpatialNavigationUpdatedEventArgs&&) noexcept = default;
|
|
ISpatialNavigationUpdatedEventArgs& operator=(ISpatialNavigationUpdatedEventArgs const&) & noexcept = default;
|
|
ISpatialNavigationUpdatedEventArgs& operator=(ISpatialNavigationUpdatedEventArgs&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) ISpatialPointerInteractionSourcePose :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<ISpatialPointerInteractionSourcePose>
|
|
{
|
|
ISpatialPointerInteractionSourcePose(std::nullptr_t = nullptr) noexcept {}
|
|
ISpatialPointerInteractionSourcePose(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
ISpatialPointerInteractionSourcePose(ISpatialPointerInteractionSourcePose const&) noexcept = default;
|
|
ISpatialPointerInteractionSourcePose(ISpatialPointerInteractionSourcePose&&) noexcept = default;
|
|
ISpatialPointerInteractionSourcePose& operator=(ISpatialPointerInteractionSourcePose const&) & noexcept = default;
|
|
ISpatialPointerInteractionSourcePose& operator=(ISpatialPointerInteractionSourcePose&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) ISpatialPointerInteractionSourcePose2 :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<ISpatialPointerInteractionSourcePose2>,
|
|
impl::require<winrt::Windows::UI::Input::Spatial::ISpatialPointerInteractionSourcePose2, winrt::Windows::UI::Input::Spatial::ISpatialPointerInteractionSourcePose>
|
|
{
|
|
ISpatialPointerInteractionSourcePose2(std::nullptr_t = nullptr) noexcept {}
|
|
ISpatialPointerInteractionSourcePose2(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
ISpatialPointerInteractionSourcePose2(ISpatialPointerInteractionSourcePose2 const&) noexcept = default;
|
|
ISpatialPointerInteractionSourcePose2(ISpatialPointerInteractionSourcePose2&&) noexcept = default;
|
|
ISpatialPointerInteractionSourcePose2& operator=(ISpatialPointerInteractionSourcePose2 const&) & noexcept = default;
|
|
ISpatialPointerInteractionSourcePose2& operator=(ISpatialPointerInteractionSourcePose2&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) ISpatialPointerPose :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<ISpatialPointerPose>
|
|
{
|
|
ISpatialPointerPose(std::nullptr_t = nullptr) noexcept {}
|
|
ISpatialPointerPose(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
ISpatialPointerPose(ISpatialPointerPose const&) noexcept = default;
|
|
ISpatialPointerPose(ISpatialPointerPose&&) noexcept = default;
|
|
ISpatialPointerPose& operator=(ISpatialPointerPose const&) & noexcept = default;
|
|
ISpatialPointerPose& operator=(ISpatialPointerPose&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) ISpatialPointerPose2 :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<ISpatialPointerPose2>,
|
|
impl::require<winrt::Windows::UI::Input::Spatial::ISpatialPointerPose2, winrt::Windows::UI::Input::Spatial::ISpatialPointerPose>
|
|
{
|
|
ISpatialPointerPose2(std::nullptr_t = nullptr) noexcept {}
|
|
ISpatialPointerPose2(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
ISpatialPointerPose2(ISpatialPointerPose2 const&) noexcept = default;
|
|
ISpatialPointerPose2(ISpatialPointerPose2&&) noexcept = default;
|
|
ISpatialPointerPose2& operator=(ISpatialPointerPose2 const&) & noexcept = default;
|
|
ISpatialPointerPose2& operator=(ISpatialPointerPose2&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) ISpatialPointerPose3 :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<ISpatialPointerPose3>
|
|
{
|
|
ISpatialPointerPose3(std::nullptr_t = nullptr) noexcept {}
|
|
ISpatialPointerPose3(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
ISpatialPointerPose3(ISpatialPointerPose3 const&) noexcept = default;
|
|
ISpatialPointerPose3(ISpatialPointerPose3&&) noexcept = default;
|
|
ISpatialPointerPose3& operator=(ISpatialPointerPose3 const&) & noexcept = default;
|
|
ISpatialPointerPose3& operator=(ISpatialPointerPose3&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) ISpatialPointerPoseStatics :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<ISpatialPointerPoseStatics>
|
|
{
|
|
ISpatialPointerPoseStatics(std::nullptr_t = nullptr) noexcept {}
|
|
ISpatialPointerPoseStatics(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
ISpatialPointerPoseStatics(ISpatialPointerPoseStatics const&) noexcept = default;
|
|
ISpatialPointerPoseStatics(ISpatialPointerPoseStatics&&) noexcept = default;
|
|
ISpatialPointerPoseStatics& operator=(ISpatialPointerPoseStatics const&) & noexcept = default;
|
|
ISpatialPointerPoseStatics& operator=(ISpatialPointerPoseStatics&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) ISpatialRecognitionEndedEventArgs :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<ISpatialRecognitionEndedEventArgs>
|
|
{
|
|
ISpatialRecognitionEndedEventArgs(std::nullptr_t = nullptr) noexcept {}
|
|
ISpatialRecognitionEndedEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
ISpatialRecognitionEndedEventArgs(ISpatialRecognitionEndedEventArgs const&) noexcept = default;
|
|
ISpatialRecognitionEndedEventArgs(ISpatialRecognitionEndedEventArgs&&) noexcept = default;
|
|
ISpatialRecognitionEndedEventArgs& operator=(ISpatialRecognitionEndedEventArgs const&) & noexcept = default;
|
|
ISpatialRecognitionEndedEventArgs& operator=(ISpatialRecognitionEndedEventArgs&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) ISpatialRecognitionStartedEventArgs :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<ISpatialRecognitionStartedEventArgs>
|
|
{
|
|
ISpatialRecognitionStartedEventArgs(std::nullptr_t = nullptr) noexcept {}
|
|
ISpatialRecognitionStartedEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
ISpatialRecognitionStartedEventArgs(ISpatialRecognitionStartedEventArgs const&) noexcept = default;
|
|
ISpatialRecognitionStartedEventArgs(ISpatialRecognitionStartedEventArgs&&) noexcept = default;
|
|
ISpatialRecognitionStartedEventArgs& operator=(ISpatialRecognitionStartedEventArgs const&) & noexcept = default;
|
|
ISpatialRecognitionStartedEventArgs& operator=(ISpatialRecognitionStartedEventArgs&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) ISpatialTappedEventArgs :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<ISpatialTappedEventArgs>
|
|
{
|
|
ISpatialTappedEventArgs(std::nullptr_t = nullptr) noexcept {}
|
|
ISpatialTappedEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
ISpatialTappedEventArgs(ISpatialTappedEventArgs const&) noexcept = default;
|
|
ISpatialTappedEventArgs(ISpatialTappedEventArgs&&) noexcept = default;
|
|
ISpatialTappedEventArgs& operator=(ISpatialTappedEventArgs const&) & noexcept = default;
|
|
ISpatialTappedEventArgs& operator=(ISpatialTappedEventArgs&&) & noexcept = default;
|
|
};
|
|
}
|
|
#endif
|