mirror of https://github.com/axmolengine/axmol.git
Issue #10570: Make getItemForTouch of Menu virtual.
This commit is contained in:
parent
a89e000f80
commit
9a4a545025
|
@ -195,7 +195,7 @@ protected:
|
|||
/** whether or not the menu will receive events */
|
||||
bool _enabled;
|
||||
|
||||
MenuItem* getItemForTouch(Touch * touch);
|
||||
virtual MenuItem* getItemForTouch(Touch * touch);
|
||||
State _state;
|
||||
MenuItem *_selectedItem;
|
||||
|
||||
|
|
Loading…
Reference in New Issue