cocos2d-x  3.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Input

Classes

class  Touch
 Encapsulates the Touch information, such as touch point, id and so on, and provides the methods that commonly used. More...
 

Enumerations

enum  DispatchMode { ALL_AT_ONCE, ONE_BY_ONE }
 Dispatch mode, how the touches are dispathced. More...
 

Detailed Description

Enumeration Type Documentation

enum DispatchMode
strong

Dispatch mode, how the touches are dispathced.

Enumerator
ALL_AT_ONCE 
ONE_BY_ONE 

All at once.

var DispatchMode
strong

Dispatch mode, how the touches are dispathced.

Enumerator
ALL_AT_ONCE 
ONE_BY_ONE 

All at once.

local DispatchMode
strong

Dispatch mode, how the touches are dispathced.

Enumerator
ALL_AT_ONCE 
ONE_BY_ONE 

All at once.