]> git.tdb.fi Git - libs/gui.git/blobdiff - source/input/keyboard.h
Add platform independent constants for keys (win32 code untested)
[libs/gui.git] / source / input / keyboard.h
index 54479ea9da6e42873683a66647778b1698146c46..1b70fecfbde1211b07c48c1fb78e78ae32c21aa9 100644 (file)
@@ -14,6 +14,10 @@ Distributed under the LGPL
 namespace Msp {
 namespace Input {
 
+/**
+Adapts key events from a window to the abstracted input framework.  Key codes
+are translated to platform-independent values.  See keys.h for a list.
+*/
 class Keyboard: public Device
 {
 private: