示例#1
0
 public void CopyFrom(KeyboardState other)
 {
     editorText  = other.editorText;
     mode        = other.mode;
     isValid     = other.isValid;
     isReady     = other.isReady;
     worldMatrix = other.worldMatrix;
 }
 private static extern void gvr_keyboard_set_input_mode(IntPtr keyboard_context, GvrKeyboardInputMode mode);
 public void SetInputMode(GvrKeyboardInputMode mode)
 {
     Debug.Log("Calling set input mode: " + mode);
     gvr_keyboard_set_input_mode(keyboard_context, mode);
     this.mode = mode;
 }
示例#4
0
 public void SetInputMode(GvrKeyboardInputMode mode)
 {
 }
 public void SetInputMode(GvrKeyboardInputMode mode)
 {
     this.mode = mode;
 }