blob: 7bf24a38884d698519f6fbf2e6f65c5f31b8d443 (
plain)
1
2
3
4
5
6
7
8
9
|
// SDLInteractionMode.m
//
#import "SDLInteractionMode.h"
SDLInteractionMode const SDLInteractionModeManualOnly = @"MANUAL_ONLY";
SDLInteractionMode const SDLInteractionModeVoiceRecognitionOnly = @"VR_ONLY";
SDLInteractionMode const SDLInteractionModeBoth = @"BOTH";
|