15 lines
306 B
C++
15 lines
306 B
C++
// Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
|
|
#pragma once
|
|
|
|
#include "OculusXRPluginWrapper.h"
|
|
|
|
namespace OculusXRColocation
|
|
{
|
|
struct FColocationEventPolling
|
|
{
|
|
public:
|
|
static void OnPollEvent(ovrpEventDataBuffer* EventDataBuffer, bool& EventPollResult);
|
|
};
|
|
} // namespace OculusXRColocation
|