NeoMutt  2023-05-17-16-g61469c
Teaching an old dog new tricks
DOXYGEN
KeyEvent Struct Reference

An event such as a keypress. More...

#include "keymap.h"

Data Fields

int ch
 Raw key pressed. More...
 
int op
 Function opcode, e.g. OP_HELP. More...
 

Detailed Description

An event such as a keypress.

Definition at line 64 of file keymap.h.

Field Documentation

◆ ch

int KeyEvent::ch

Raw key pressed.

Definition at line 66 of file keymap.h.

◆ op

int KeyEvent::op

Function opcode, e.g. OP_HELP.

Definition at line 67 of file keymap.h.


The documentation for this struct was generated from the following file: