Browse Source

Misc

gh-pages
falkTX 10 years ago
parent
commit
04d32cdca2
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      dgl/Widget.hpp

+ 2
- 2
dgl/Widget.hpp View File

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


Loading…
Cancel
Save