DPF

DISTRHO Plugin Framework
Log | Files | Refs | Submodules | README | LICENSE

commit 04d32cdca2d3083c71d9dfbec0ec9103e059c9ba
parent 857b5f2bb43607df865837a25d2bd3bfbbc6f341
Author: falkTX <falktx@gmail.com>
Date:   Thu, 20 Nov 2014 09:25:57 +0000

Misc

Diffstat:
Mdgl/Widget.hpp | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dgl/Widget.hpp b/dgl/Widget.hpp @@ -53,8 +53,8 @@ class Widget public: /** Base event data. - @a mod The currently active modifiers. - @a time The timestamp (if any) of the currently-processing event. + @a mod The currently active keyboard modifiers. + @a time The timestamp (if any). */ struct BaseEvent { Modifier mod;