preliminary native touch interface for interrupting spell. Touch the icons for each action

This commit is contained in:
techdragon.nguyen@gmail.com
2012-01-05 12:05:17 +00:00
parent 29009902b0
commit 1bd8c860c5
2 changed files with 41 additions and 4 deletions

View File

@@ -202,6 +202,9 @@ protected:
int mode;
int checked;
ATutorialMessage* currentTutorial;
int interruptBtnXOffset, noBtnXOffset, noToAllBtnXOffset, interruptDialogWidth;
JButton handleInterruptRequest( JButton inputKey, int& x, int& y );
public: