From 72c46bdd7f5d430ab1ad1d420ed77c7f22df857a Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sat, 30 Sep 2017 15:01:35 +0200 Subject: rename --- Tobii EyeX/include/eyex/EyeXConstants.h | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100755 Tobii EyeX/include/eyex/EyeXConstants.h (limited to 'Tobii EyeX/include/eyex/EyeXConstants.h') diff --git a/Tobii EyeX/include/eyex/EyeXConstants.h b/Tobii EyeX/include/eyex/EyeXConstants.h deleted file mode 100755 index 59ce248..0000000 --- a/Tobii EyeX/include/eyex/EyeXConstants.h +++ /dev/null @@ -1,33 +0,0 @@ -/********************************************************************************************************************* - * Copyright 2013-2014 Tobii Technology AB. All rights reserved. - * EyeXConstants.h - *********************************************************************************************************************/ - -#if !defined(__TOBII_TX_CONSTANTS__H__) -#define __TOBII_TX_CONSTANTS__H__ - -/*********************************************************************************************************************/ - -/** - * Constants for mask weights. - * - * @field TX_MASKWEIGHT_NONE: - * Use this mask weight to indicate that a region of an interactor has no weight (not interactable). - * - * @field TX_MASKWEIGHT_DEFAULT: - * Use this mask weight to indicate that a region of an interactor has a default weight. - - * @field TX_MASKWEIGHT_HIGH: - * Use this mask weight to indicate that a region of an interactor has a high weight (more likely to be interacted with). - */ - - static const unsigned char None = 0; - static const unsigned char Default = 1; - static const unsigned char High = 255; - - -/*********************************************************************************************************************/ - -#endif /* !defined(__TOBII_TX_CONSTANTS__H__) */ - -/*********************************************************************************************************************/ -- cgit v1.2.3