浏览代码

* Slightly improved documentation

tags/v0.99.beta14
Pascal Terjan pterjan 18 年前
父节点
当前提交
a6ac1d6255
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      caca/caca.h

+ 1
- 1
caca/caca.h 查看文件

@@ -75,7 +75,7 @@ struct caca_event
*
* The validity of the \e data union depends on the value of the \e type
* field:
* - \c CACA_EVENT_NONE: no field is valid.
* - \c CACA_EVENT_NONE: no other field is valid.
* - \c CACA_EVENT_KEY_PRESS, \c CACA_EVENT_KEY_RELEASE: the
* \e data.key.ch field is valid and contains either the ASCII value for
* the key, or an \e enum \e caca_key value. If the value is a printable


正在加载...
取消
保存