User interface definitions

Enumerations

enum  input_device_t { USE_KEYBOARD = 0, USE_MOUSE = 1 }
 

Type of the input device.

More...

Enumeration Type Documentation

Type of the input device.

How the user command has been invoked

Enumerator:
USE_KEYBOARD 

Keyboard.

USE_MOUSE 

Mouse.

Definition at line 2678 of file hexrays.hpp.