keys pressed are now displayed, locks too

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8292 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval
2004-07-04 20:16:21 +00:00
parent 8cc69e62c5
commit 69acfa4da9
2 changed files with 238 additions and 144 deletions
+2
View File
@@ -25,7 +25,9 @@ public:
void Draw(BRect rect);
void DrawKey(BRect rect, bool pressed, bool vertical = false);
void DrawBorder(BRect borderRect);
void Pulse();
key_info fOldKeyInfo;
};