NeoMutt  2024-03-23-147-g885fbc
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
KeyEvent Struct Reference

An event such as a keypress. More...

#include "lib.h"

Data Fields

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

Detailed Description

An event such as a keypress.

Definition at line 80 of file lib.h.

Field Documentation

◆ ch

int KeyEvent::ch

Raw key pressed.

Definition at line 82 of file lib.h.

◆ op

int KeyEvent::op

Function opcode, e.g. OP_HELP.

Definition at line 83 of file lib.h.


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