I made an android custom keyboard
.
I want to use swiping on Space key
on the keyboard for changing keyboard layout to show next language layout.
How can i do that?
I used bellow class:
public class KeyboardIMS extends InputMethodService implements KeyboardView.OnKeyboardActionListener
{ ...}