cocos2d-x  2.2.6
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Human Machine Interation

Classes

class  CCKeypadDelegate
 
class  CCKeypadHandler
 @ More...
 
class  CCKeypadDispatcher
 Dispatch the keypad message from the phone. More...
 
struct  CCIMEKeyboardNotificationInfo
 
class  CCIMEDelegate
 Input method editor delegate. More...
 
class  CCIMEDispatcher
 Input Method Edit Message Dispatcher. More...
 
class  CCTextFieldDelegate
 
class  CCTextFieldTTF
 @ More...
 
class  CCTouch
 
class  CCEvent
 
class  CCTouchDelegate
 
class  CCTargetedTouchDelegate
 @ More...
 
class  CCStandardTouchDelegate
 @ More...
 
struct  ccTouchHandlerHelperData
 
class  EGLTouchDelegate
 
class  CCTouchDispatcher
 @ More...
 
class  CCTouchHandler
 CCTouchHandler Object than contains the delegate and priority of the event handler. More...
 
class  CCStandardTouchHandler
 
class  CCTargetedTouchHandler
 

Enumerations

enum  ccKeypadMSGType { kTypeBackClicked = 1, kTypeMenuClicked }
 
enum  ccTouchSelectorFlag {
  ccTouchSelectorBeganBit = 1 << 0, ccTouchSelectorMovedBit = 1 << 1, ccTouchSelectorEndedBit = 1 << 2, ccTouchSelectorCancelledBit = 1 << 3,
  ccTouchSelectorAllBits = ( ccTouchSelectorBeganBit | ccTouchSelectorMovedBit | ccTouchSelectorEndedBit | ccTouchSelectorCancelledBit)
}
 
enum  {
  CCTOUCHBEGAN, CCTOUCHMOVED, CCTOUCHENDED, CCTOUCHCANCELLED,
  ccTouchMax
}
 

Detailed Description

Enumeration Type Documentation

anonymous enum
Enumerator
CCTOUCHBEGAN 
CCTOUCHMOVED 
CCTOUCHENDED 
CCTOUCHCANCELLED 
ccTouchMax 
var enum
Enumerator
CCTOUCHBEGAN 
CCTOUCHMOVED 
CCTOUCHENDED 
CCTOUCHCANCELLED 
ccTouchMax 
local enum
Enumerator
CCTOUCHBEGAN 
CCTOUCHMOVED 
CCTOUCHENDED 
CCTOUCHCANCELLED 
ccTouchMax 
enum ccKeypadMSGType
Enumerator
kTypeBackClicked 
kTypeMenuClicked 
var ccKeypadMSGType
Enumerator
kTypeBackClicked 
kTypeMenuClicked 
local ccKeypadMSGType
Enumerator
kTypeBackClicked 
kTypeMenuClicked 
enum ccTouchSelectorFlag
Enumerator
ccTouchSelectorBeganBit 
ccTouchSelectorMovedBit 
ccTouchSelectorEndedBit 
ccTouchSelectorCancelledBit 
ccTouchSelectorAllBits 
var ccTouchSelectorFlag
Enumerator
ccTouchSelectorBeganBit 
ccTouchSelectorMovedBit 
ccTouchSelectorEndedBit 
ccTouchSelectorCancelledBit 
ccTouchSelectorAllBits 
local ccTouchSelectorFlag
Enumerator
ccTouchSelectorBeganBit 
ccTouchSelectorMovedBit 
ccTouchSelectorEndedBit 
ccTouchSelectorCancelledBit 
ccTouchSelectorAllBits