mirror of
https://github.com/litruv/TobiiEyetracking.git
synced 2026-07-25 11:16:10 +10:00
Added Tobii from 4.23 + updated
This commit is contained in:
24
Source/TobiiInteractions/Private/TobiiInteractionsStyle.h
Normal file
24
Source/TobiiInteractions/Private/TobiiInteractionsStyle.h
Normal file
@@ -0,0 +1,24 @@
|
||||
/******************************************************************************
|
||||
* Copyright 2017- Tobii Technology AB. All rights reserved.
|
||||
*
|
||||
* @author Temaran | Fredrik Lindh | fredrik.lindh@tobii.com | https://github.com/Temaran
|
||||
******************************************************************************/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "CoreMinimal.h"
|
||||
#include "Styling/ISlateStyle.h"
|
||||
|
||||
class TOBIIINTERACTIONS_API FTobiiInteractionsStyle
|
||||
{
|
||||
public:
|
||||
static void Initialize();
|
||||
static void Shutdown();
|
||||
static void ReloadTextures();
|
||||
static const ISlateStyle& Get();
|
||||
static FName GetStyleSetName();
|
||||
|
||||
private:
|
||||
static TSharedRef<class FSlateStyleSet> Create();
|
||||
static TSharedPtr<class FSlateStyleSet> TobiiEyetrackingInteractionsStyleInstance;
|
||||
};
|
||||
Reference in New Issue
Block a user