eventSource property

int eventSource
final

The source of the event.

See developer.android.com/reference/android/view/KeyEvent.html#getSource() for the numerical values of the source. Many of these constants are also replicated as static constants in this class.

Implementation

final int eventSource;