summaryrefslogtreecommitdiffhomepage
path: root/Tobii EyeX/include/eyex/EyeXConstants.h
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2017-09-30 15:01:35 +0200
committerStanislaw Halik <sthalik@misaki.pl>2017-09-30 15:02:01 +0200
commit72c46bdd7f5d430ab1ad1d420ed77c7f22df857a (patch)
treead288a9b0eecb5c9d6afa9a42fcb87b017080484 /Tobii EyeX/include/eyex/EyeXConstants.h
parent6f1cc7dbf4af2503e6624d939c6f9dc7ee1cfd24 (diff)
rename
Diffstat (limited to 'Tobii EyeX/include/eyex/EyeXConstants.h')
-rwxr-xr-xTobii EyeX/include/eyex/EyeXConstants.h33
1 files changed, 0 insertions, 33 deletions
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__) */
-
-/*********************************************************************************************************************/