input_class_e

Enumeration for categorizing input event classes.

Synopsis:

#include <input/event_types.h>
 
 enum {
      INPUT_CLASS_MTOUCH = 1   
      INPUT_CLASS_KEYBOARD   
      INPUT_CLASS_MOUSE   
} input_class_e;

Since:

BlackBerry 10.0.0

Data:

INPUT_CLASS_MTOUCH
A touch event on the screen.
INPUT_CLASS_KEYBOARD
A key event on the virtual keyboard.
INPUT_CLASS_MOUSE
A mouse event using a connected mouse.

Library:

libinputevents (For the qcc command, use the -l inputevents option to link against this library)

Description:

The input_class_e enumeration defines the types of input events that can be reported.