cocos2d-x  3.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
CCControl.h File Reference

Classes

class  Control
 

Namespaces

 cocos2d
 Add deprecated global functions and variables here.
 
 cocos2d::extension
 

Macros

#define kControlEventTotalNumber   9
 Number of kinds of control event. More...
 

Functions

CC_EX_DLL Control::EventType operator| (Control::EventType a, Control::EventType b)
 

Variables

 TOUCH_DOWN = 1 << 0
 
 DRAG_INSIDE = 1 << 1
 
 DRAG_OUTSIDE = 1 << 2
 
 DRAG_ENTER = 1 << 3
 
 DRAG_EXIT = 1 << 4
 
 TOUCH_UP_INSIDE = 1 << 5
 
 TOUCH_UP_OUTSIDE = 1 << 6
 
 TOUCH_CANCEL = 1 << 7
 

Variable Documentation

DRAG_ENTER = 1 << 3
DRAG_EXIT = 1 << 4
DRAG_INSIDE = 1 << 1
DRAG_OUTSIDE = 1 << 2
TOUCH_CANCEL = 1 << 7
TOUCH_DOWN = 1 << 0
TOUCH_UP_INSIDE = 1 << 5
TOUCH_UP_OUTSIDE = 1 << 6