logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

caca_event - Handling of user events.

Author

Generated automatically by Doxygen for libcaca from the source code. libcaca Version 0.99.beta20 caca_event(3caca)

Detailed Description

This structure is filled by caca_get_event() when an event is received. It is an opaque structure that should only be accessed through caca_event_get_type() and similar functions. The struct members may no longer be directly accessible in future versions.

Name

caca_event - Handling of user events.

Synopsis

#include <caca.h> DataFields enum caca_event_typetype union { struct { int x int y int button } mouse struct { int w int h } resize struct { int ch uint32_t utf32 char utf8 [8] } key } data

See Also