diff options
Diffstat (limited to 'src/client')
-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 { |