issue #2404:Modify tab to spaces

This commit is contained in:
samuele3hu 2013-07-26 15:06:35 +08:00
parent b6256be1ad
commit fae8e253c0
1 changed files with 3 additions and 3 deletions

View File

@ -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.