diff options
author | Stijn Buys <ingar@osirion.org> | 2015-02-08 21:50:22 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2015-02-08 21:50:22 +0000 |
commit | 4fdf7de0f1454966754bb22d1828fc2b69c172f4 (patch) | |
tree | 53bd21753c335569695e09b0024f4275b328fbbb | |
parent | ea4dd98b1a32c14b0a61027bdacfb95c261cd3dc (diff) |
Improved class documentation.
-rw-r--r-- | src/client/action.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/client/action.h b/src/client/action.h index abd7059..737393a 100644 --- a/src/client/action.h +++ b/src/client/action.h @@ -14,8 +14,9 @@ namespace client /** * @brief a client action key slot. - * actions are interpreted directly by the client and do not go throught the - * command line systems. + * Actions are interpreted directly by the client and do not go throught the + * command system. Actions are state keys: an action is enabled for as long + * as the corresponding key is pressed down. */ class Action { |