diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2012-02-01 18:45:59 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-02-01 18:45:59 (GMT) |
| commit | 038da72c61ea6a251d805e2de3662f240da52b02 (patch) | |
| tree | 05170050b16f9d663ec44ae451211e686ba196ac /src/login/LoginView.h | |
| parent | 857b0cc1fc58f066acd59404d16ee5e566e20f00 (diff) | |
| download | powder-038da72c61ea6a251d805e2de3662f240da52b02.zip powder-038da72c61ea6a251d805e2de3662f240da52b02.tar.gz | |
Console UI, open in browser button, tab and enter shortcut for Login UI, various
Diffstat (limited to 'src/login/LoginView.h')
| -rw-r--r-- | src/login/LoginView.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/login/LoginView.h b/src/login/LoginView.h index 1099278..7ae5393 100644 --- a/src/login/LoginView.h +++ b/src/login/LoginView.h @@ -29,6 +29,7 @@ public: class LoginAction; class CancelAction; LoginView(); + virtual void OnKeyPress(int key, Uint16 character, bool shift, bool ctrl, bool alt); void AttachController(LoginController * c_) { c = c_; } void NotifyStatusChanged(LoginModel * sender); virtual void OnDraw(); |
