summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/public/SDLKeyboardInputMask.h
diff options
context:
space:
mode:
Diffstat (limited to 'SmartDeviceLink/public/SDLKeyboardInputMask.h')
-rw-r--r--SmartDeviceLink/public/SDLKeyboardInputMask.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/SmartDeviceLink/public/SDLKeyboardInputMask.h b/SmartDeviceLink/public/SDLKeyboardInputMask.h
index fc16b1756..97b20d0ee 100644
--- a/SmartDeviceLink/public/SDLKeyboardInputMask.h
+++ b/SmartDeviceLink/public/SDLKeyboardInputMask.h
@@ -39,8 +39,11 @@
*/
typedef SDLEnum SDLKeyboardInputMask NS_TYPED_ENUM;
+/// Key mask is enabled. Input characters will not be viewable by the user.
extern SDLKeyboardInputMask const SDLKeyboardInputMaskEnableInputKeyMask;
+/// Key mask is disabled. Input characters will be viewable by the user.
extern SDLKeyboardInputMask const SDLKeyboardInputMaskDisableInputKeyMask;
+/// Key mask can be toggled by the user.
extern SDLKeyboardInputMask const SDLKeyboardInputMaskUserChoiceInputKeyMask;