Browse Source

* Slightly improved documentation

tags/v0.99.beta14
Pascal Terjan pterjan 17 years ago
parent
commit
a6ac1d6255
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      caca/caca.h

+ 1
- 1
caca/caca.h View File

@@ -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


Loading…
Cancel
Save