Ejemplo n.º 1
0
 private static extern void AndroidOSWindow_EasyAttributeSetup(float screenDensity, ToggleKeyboard toggleKeyboard);
Ejemplo n.º 2
0
 public static void EasyAttributeSetup(float screenDensity, ToggleKeyboard toggleKeyboard)
 {
     toggleKeyboardCb = toggleKeyboard;
     AndroidOSWindow_EasyAttributeSetup(screenDensity, toggleKeyboardCb);
 }