mirror of https://github.com/axmolengine/axmol.git
issue #2404:Modify tab to spaces
This commit is contained in:
parent
b6256be1ad
commit
fae8e253c0
|
@ -104,10 +104,10 @@ public:
|
|||
/** priority of the touch events. Default is 0 */
|
||||
virtual void setTouchPriority(int priority);
|
||||
virtual int getTouchPriority() const;
|
||||
|
||||
/** swallowsTouches of the touch events. Default is true */
|
||||
|
||||
/** swallowsTouches of the touch events. Default is true */
|
||||
virtual void setSwallowsTouches(bool swallowsTouches);
|
||||
virtual bool getSwallowsTouches() const;
|
||||
virtual bool getSwallowsTouches() const;
|
||||
|
||||
/** whether or not it will receive Accelerometer events
|
||||
You can enable / disable accelerometer events with this property.
|
||||
|
|
Loading…
Reference in New Issue