예제 #1
0
 public void OnNativeKeyboardTypeChanged(NativeKeyboardType aNativeKeyboardType)
 {
 }
예제 #2
0
 public NativeKeyboardTypeChangedEventArgs(NativeKeyboardType aKeyboardType)
 {
     KeyboardType = aKeyboardType;
 }