J :
* Fix u32 into JButtons. * Add a few comments. * Remove useless variables.
This commit is contained in:
@@ -95,7 +95,6 @@ class JGE
|
||||
bool mCriticalAssert;
|
||||
const char *mAssertFile;
|
||||
int mAssertLine;
|
||||
u32 tickFrequency;
|
||||
|
||||
|
||||
static JGE* mInstance;
|
||||
|
||||
@@ -51,7 +51,7 @@ class JGuiObject
|
||||
virtual void Update(float dt);
|
||||
|
||||
virtual void Entering(); // when focus is transferring to this obj
|
||||
virtual bool Leaving(u32 key); // when focus is transferring away from this obj, true to go ahead
|
||||
virtual bool Leaving(JButton key); // when focus is transferring away from this obj, true to go ahead
|
||||
virtual bool ButtonPressed(); // action button pressed, return false to ignore
|
||||
|
||||
int GetId();
|
||||
|
||||
Reference in New Issue
Block a user