Enumerates flags for browser control
| Member | Description |
|---|---|
| eMFEF_ALT_DOWN | Alt button is pressed |
| eMFEF_CAPS_LOCK_ON | Caps Lock is activated |
| eMFEF_COMMAND_DOWN | Command (Win) button is pressed |
| eMFEF_CONTROL_DOWN | Control (Ctrl) button is pressed |
| eMFEF_IS_KEY_PAD | Whether keypad button is pressed |
| eMFEF_IS_LEFT | Whether the left system button is pressed (for Shift, Ctrl, Alt) |
| eMFEF_IS_RIGHT | Whether the right system button is pressed (for Shift, Crtl, Alt) |
| eMFEF_LEFT_MOUSE_BUTTON | The left mouse button is pressed |
| eMFEF_MIDDLE_MOUSE_BUTTON | Middle mouse button is pressed |
| eMFEF_NUM_LOCK_ON | Num Lock is activated |
| eMFEF_RIGHT_MOUSE_BUTTON | The right mouse button is pressed |
| eMFEF_SHIFT_DOWN | Shift button is pressed |