I looked into the official documentation but there was only a single line telling me that it's a wrapper class for proxying calls to another input connection. I didn't understand what it said.
I want to know :
- what actually is
InputConnectionWrapper
and what does it do ? - what is
sendKeyEvent(Keyevent keyevent)
[one of it's method to override] ?