Simple pad is now touchable/clickable.

This commit is contained in:
Xawotihs
2011-09-04 23:13:22 +00:00
parent 9bdb8e7e66
commit 0b904a9af3
2 changed files with 21 additions and 0 deletions

View File

@@ -25,6 +25,7 @@ struct SimpleKey
string displayValue;
unsigned char id;
unsigned char adjacency[4];
float mX, mY;
};
class SimplePad