Skip to main content

Cocos2D.CCTouchDelegate


Class CCTouchDelegate

Namespace: Cocos2D
Assembly: Cocos2D.dll, cocos2d_mono.Core.Android.dll, cocos2d_mono.Core.DesktopGL.dll, cocos2d-mono.Core.iOS.dll, cocos2d_mono.Core.Linux.dll, cocos2d_mono.Core.macOS.dll, cocos2d_mono.Windows.dll, cocos2d_mono.DesktopGL.dll, cocos2d-mono.iOS.dll, cocos2d_mono.Linux.dll, cocos2d_mono.macOS.dll

public class CCTouchDelegate : ICCTouchDelegate

Inheritance

objectCCTouchDelegate

Implements

ICCTouchDelegate

Inherited Members

object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Constructors

CCTouchDelegate()

public CCTouchDelegate()

CCTouchDelegate()

public CCTouchDelegate()

CCTouchDelegate()

public CCTouchDelegate()

CCTouchDelegate()

public CCTouchDelegate()

CCTouchDelegate()

public CCTouchDelegate()

CCTouchDelegate()

public CCTouchDelegate()

CCTouchDelegate()

public CCTouchDelegate()

CCTouchDelegate()

public CCTouchDelegate()

CCTouchDelegate()

public CCTouchDelegate()

CCTouchDelegate()

public CCTouchDelegate()

CCTouchDelegate()

public CCTouchDelegate()

CCTouchDelegate()

public CCTouchDelegate()

Fields

m_pEventTypeFuncMap

protected Dictionary<int, string> m_pEventTypeFuncMap

Field Value

Dictionary<int, string>

m_pEventTypeFuncMap

protected Dictionary<int, string> m_pEventTypeFuncMap

Field Value

Dictionary<int, string>

m_pEventTypeFuncMap

protected Dictionary<int, string> m_pEventTypeFuncMap

Field Value

Dictionary<int, string>

m_pEventTypeFuncMap

protected Dictionary<int, string> m_pEventTypeFuncMap

Field Value

Dictionary<int, string>

m_pEventTypeFuncMap

protected Dictionary<int, string> m_pEventTypeFuncMap

Field Value

Dictionary<int, string>

m_pEventTypeFuncMap

protected Dictionary<int, string> m_pEventTypeFuncMap

Field Value

Dictionary<int, string>

m_pEventTypeFuncMap

protected Dictionary<int, string> m_pEventTypeFuncMap

Field Value

Dictionary<int, string>

m_pEventTypeFuncMap

protected Dictionary<int, string> m_pEventTypeFuncMap

Field Value

Dictionary<int, string>

m_pEventTypeFuncMap

protected Dictionary<int, string> m_pEventTypeFuncMap

Field Value

Dictionary<int, string>

m_pEventTypeFuncMap

protected Dictionary<int, string> m_pEventTypeFuncMap

Field Value

Dictionary<int, string>

m_pEventTypeFuncMap

protected Dictionary<int, string> m_pEventTypeFuncMap

Field Value

Dictionary<int, string>

m_pEventTypeFuncMap

protected Dictionary<int, string> m_pEventTypeFuncMap

Field Value

Dictionary<int, string>

Properties

TouchPriority

Used to prioritize touch dispatching. Higher values mean the delegate will receive touches sooner than lower valued delegates.

public virtual int TouchPriority { get; }

Property Value

int

TouchPriority

Used to prioritize touch dispatching. Higher values mean the delegate will receive touches sooner than lower valued delegates.

public virtual int TouchPriority { get; }

Property Value

int

TouchPriority

public virtual int TouchPriority { get; }

Property Value

int

TouchPriority

public virtual int TouchPriority { get; }

Property Value

int

TouchPriority

public virtual int TouchPriority { get; }

Property Value

int

TouchPriority

public virtual int TouchPriority { get; }

Property Value

int

TouchPriority

public virtual int TouchPriority { get; }

Property Value

int

TouchPriority

public virtual int TouchPriority { get; }

Property Value

int

TouchPriority

public virtual int TouchPriority { get; }

Property Value

int

TouchPriority

public virtual int TouchPriority { get; }

Property Value

int

TouchPriority

public virtual int TouchPriority { get; }

Property Value

int

TouchPriority

public virtual int TouchPriority { get; }

Property Value

int

VisibleForTouches

A visibility parameter that determines if touches are delivered to a delegate.

public virtual bool VisibleForTouches { get; set; }

Property Value

bool

VisibleForTouches

A visibility parameter that determines if touches are delivered to a delegate.

public virtual bool VisibleForTouches { get; set; }

Property Value

bool

VisibleForTouches

public virtual bool VisibleForTouches { get; set; }

Property Value

bool

VisibleForTouches

public virtual bool VisibleForTouches { get; set; }

Property Value

bool

VisibleForTouches

public virtual bool VisibleForTouches { get; set; }

Property Value

bool

VisibleForTouches

public virtual bool VisibleForTouches { get; set; }

Property Value

bool

VisibleForTouches

public virtual bool VisibleForTouches { get; set; }

Property Value

bool

VisibleForTouches

public virtual bool VisibleForTouches { get; set; }

Property Value

bool

VisibleForTouches

public virtual bool VisibleForTouches { get; set; }

Property Value

bool

VisibleForTouches

public virtual bool VisibleForTouches { get; set; }

Property Value

bool

VisibleForTouches

public virtual bool VisibleForTouches { get; set; }

Property Value

bool

VisibleForTouches

public virtual bool VisibleForTouches { get; set; }

Property Value

bool

Methods

DoesScriptHandlerExist(int)

public bool DoesScriptHandlerExist(int eventType)

Parameters

eventType int

Returns

bool

DoesScriptHandlerExist(int)

public bool DoesScriptHandlerExist(int eventType)

Parameters

eventType int

Returns

bool

DoesScriptHandlerExist(int)

public bool DoesScriptHandlerExist(int eventType)

Parameters

eventType int

Returns

bool

DoesScriptHandlerExist(int)

public bool DoesScriptHandlerExist(int eventType)

Parameters

eventType int

Returns

bool

DoesScriptHandlerExist(int)

public bool DoesScriptHandlerExist(int eventType)

Parameters

eventType int

Returns

bool

DoesScriptHandlerExist(int)

public bool DoesScriptHandlerExist(int eventType)

Parameters

eventType int

Returns

bool

DoesScriptHandlerExist(int)

public bool DoesScriptHandlerExist(int eventType)

Parameters

eventType int

Returns

bool

DoesScriptHandlerExist(int)

public bool DoesScriptHandlerExist(int eventType)

Parameters

eventType int

Returns

bool

DoesScriptHandlerExist(int)

public bool DoesScriptHandlerExist(int eventType)

Parameters

eventType int

Returns

bool

DoesScriptHandlerExist(int)

public bool DoesScriptHandlerExist(int eventType)

Parameters

eventType int

Returns

bool

DoesScriptHandlerExist(int)

public bool DoesScriptHandlerExist(int eventType)

Parameters

eventType int

Returns

bool

DoesScriptHandlerExist(int)

public bool DoesScriptHandlerExist(int eventType)

Parameters

eventType int

Returns

bool

ExcuteScriptTouchHandler(int, CCTouch)

public void ExcuteScriptTouchHandler(int eventType, CCTouch pTouch)

Parameters

eventType int

pTouch CCTouch

ExcuteScriptTouchHandler(int, CCTouch)

public void ExcuteScriptTouchHandler(int eventType, CCTouch pTouch)

Parameters

eventType int

pTouch CCTouch

ExcuteScriptTouchHandler(int, CCTouch)

public void ExcuteScriptTouchHandler(int eventType, CCTouch pTouch)

Parameters

eventType int

pTouch CCTouch

ExcuteScriptTouchHandler(int, CCTouch)

public void ExcuteScriptTouchHandler(int eventType, CCTouch pTouch)

Parameters

eventType int

pTouch CCTouch

ExcuteScriptTouchHandler(int, CCTouch)

public void ExcuteScriptTouchHandler(int eventType, CCTouch pTouch)

Parameters

eventType int

pTouch CCTouch

ExcuteScriptTouchHandler(int, CCTouch)

public void ExcuteScriptTouchHandler(int eventType, CCTouch pTouch)

Parameters

eventType int

pTouch CCTouch

ExcuteScriptTouchHandler(int, CCTouch)

public void ExcuteScriptTouchHandler(int eventType, CCTouch pTouch)

Parameters

eventType int

pTouch CCTouch

ExcuteScriptTouchHandler(int, CCTouch)

public void ExcuteScriptTouchHandler(int eventType, CCTouch pTouch)

Parameters

eventType int

pTouch CCTouch

ExcuteScriptTouchHandler(int, CCTouch)

public void ExcuteScriptTouchHandler(int eventType, CCTouch pTouch)

Parameters

eventType int

pTouch CCTouch

ExcuteScriptTouchHandler(int, CCTouch)

public void ExcuteScriptTouchHandler(int eventType, CCTouch pTouch)

Parameters

eventType int

pTouch CCTouch

ExcuteScriptTouchHandler(int, CCTouch)

public void ExcuteScriptTouchHandler(int eventType, CCTouch pTouch)

Parameters

eventType int

pTouch CCTouch

ExcuteScriptTouchHandler(int, CCTouch)

public void ExcuteScriptTouchHandler(int eventType, CCTouch pTouch)

Parameters

eventType int

pTouch CCTouch

ExcuteScriptTouchesHandler(int, List<CCTouch>)

public void ExcuteScriptTouchesHandler(int eventType, List<CCTouch> pTouches)

Parameters

eventType int

pTouches List<CCTouch>

ExcuteScriptTouchesHandler(int, List<CCTouch>)

public void ExcuteScriptTouchesHandler(int eventType, List<CCTouch> pTouches)

Parameters

eventType int

pTouches List<CCTouch>

ExcuteScriptTouchesHandler(int, List<CCTouch>)

public void ExcuteScriptTouchesHandler(int eventType, List<CCTouch> pTouches)

Parameters

eventType int

pTouches List<CCTouch>

ExcuteScriptTouchesHandler(int, List<CCTouch>)

public void ExcuteScriptTouchesHandler(int eventType, List<CCTouch> pTouches)

Parameters

eventType int

pTouches List<CCTouch>

ExcuteScriptTouchesHandler(int, List<CCTouch>)

public void ExcuteScriptTouchesHandler(int eventType, List<CCTouch> pTouches)

Parameters

eventType int

pTouches List<CCTouch>

ExcuteScriptTouchesHandler(int, List<CCTouch>)

public void ExcuteScriptTouchesHandler(int eventType, List<CCTouch> pTouches)

Parameters

eventType int

pTouches List<CCTouch>

ExcuteScriptTouchesHandler(int, List<CCTouch>)

public void ExcuteScriptTouchesHandler(int eventType, List<CCTouch> pTouches)

Parameters

eventType int

pTouches List<CCTouch>

ExcuteScriptTouchesHandler(int, List<CCTouch>)

public void ExcuteScriptTouchesHandler(int eventType, List<CCTouch> pTouches)

Parameters

eventType int

pTouches List<CCTouch>

ExcuteScriptTouchesHandler(int, List<CCTouch>)

public void ExcuteScriptTouchesHandler(int eventType, List<CCTouch> pTouches)

Parameters

eventType int

pTouches List<CCTouch>

ExcuteScriptTouchesHandler(int, List<CCTouch>)

public void ExcuteScriptTouchesHandler(int eventType, List<CCTouch> pTouches)

Parameters

eventType int

pTouches List<CCTouch>

ExcuteScriptTouchesHandler(int, List<CCTouch>)

public void ExcuteScriptTouchesHandler(int eventType, List<CCTouch> pTouches)

Parameters

eventType int

pTouches List<CCTouch>

ExcuteScriptTouchesHandler(int, List<CCTouch>)

public void ExcuteScriptTouchesHandler(int eventType, List<CCTouch> pTouches)

Parameters

eventType int

pTouches List<CCTouch>

RegisterScriptTouchHandler(int, string)

functions for script call back

public void RegisterScriptTouchHandler(int eventType, string pszScriptFunctionName)

Parameters

eventType int

pszScriptFunctionName string

RegisterScriptTouchHandler(int, string)

functions for script call back

public void RegisterScriptTouchHandler(int eventType, string pszScriptFunctionName)

Parameters

eventType int

pszScriptFunctionName string

RegisterScriptTouchHandler(int, string)

public void RegisterScriptTouchHandler(int eventType, string pszScriptFunctionName)

Parameters

eventType int

pszScriptFunctionName string

RegisterScriptTouchHandler(int, string)

public void RegisterScriptTouchHandler(int eventType, string pszScriptFunctionName)

Parameters

eventType int

pszScriptFunctionName string

RegisterScriptTouchHandler(int, string)

public void RegisterScriptTouchHandler(int eventType, string pszScriptFunctionName)

Parameters

eventType int

pszScriptFunctionName string

RegisterScriptTouchHandler(int, string)

public void RegisterScriptTouchHandler(int eventType, string pszScriptFunctionName)

Parameters

eventType int

pszScriptFunctionName string

RegisterScriptTouchHandler(int, string)

public void RegisterScriptTouchHandler(int eventType, string pszScriptFunctionName)

Parameters

eventType int

pszScriptFunctionName string

RegisterScriptTouchHandler(int, string)

public void RegisterScriptTouchHandler(int eventType, string pszScriptFunctionName)

Parameters

eventType int

pszScriptFunctionName string

RegisterScriptTouchHandler(int, string)

public void RegisterScriptTouchHandler(int eventType, string pszScriptFunctionName)

Parameters

eventType int

pszScriptFunctionName string

RegisterScriptTouchHandler(int, string)

public void RegisterScriptTouchHandler(int eventType, string pszScriptFunctionName)

Parameters

eventType int

pszScriptFunctionName string

RegisterScriptTouchHandler(int, string)

public void RegisterScriptTouchHandler(int eventType, string pszScriptFunctionName)

Parameters

eventType int

pszScriptFunctionName string

RegisterScriptTouchHandler(int, string)

public void RegisterScriptTouchHandler(int eventType, string pszScriptFunctionName)

Parameters

eventType int

pszScriptFunctionName string

  • Constructors
    • CCTouchDelegate()
    • CCTouchDelegate()
    • CCTouchDelegate()
    • CCTouchDelegate()
    • CCTouchDelegate()
    • CCTouchDelegate()
    • CCTouchDelegate()
    • CCTouchDelegate()
    • CCTouchDelegate()
    • CCTouchDelegate()
    • CCTouchDelegate()
    • CCTouchDelegate()
  • Fields
    • m_pEventTypeFuncMap
    • m_pEventTypeFuncMap
    • m_pEventTypeFuncMap
    • m_pEventTypeFuncMap
    • m_pEventTypeFuncMap
    • m_pEventTypeFuncMap
    • m_pEventTypeFuncMap
    • m_pEventTypeFuncMap
    • m_pEventTypeFuncMap
    • m_pEventTypeFuncMap
    • m_pEventTypeFuncMap
    • m_pEventTypeFuncMap
  • Properties
    • TouchPriority
    • TouchPriority
    • TouchPriority
    • TouchPriority
    • TouchPriority
    • TouchPriority
    • TouchPriority
    • TouchPriority
    • TouchPriority
    • TouchPriority
    • TouchPriority
    • TouchPriority
    • VisibleForTouches
    • VisibleForTouches
    • VisibleForTouches
    • VisibleForTouches
    • VisibleForTouches
    • VisibleForTouches
    • VisibleForTouches
    • VisibleForTouches
    • VisibleForTouches
    • VisibleForTouches
    • VisibleForTouches
    • VisibleForTouches
  • Methods
    • DoesScriptHandlerExist(int)
    • DoesScriptHandlerExist(int)
    • DoesScriptHandlerExist(int)
    • DoesScriptHandlerExist(int)
    • DoesScriptHandlerExist(int)
    • DoesScriptHandlerExist(int)
    • DoesScriptHandlerExist(int)
    • DoesScriptHandlerExist(int)
    • DoesScriptHandlerExist(int)
    • DoesScriptHandlerExist(int)
    • DoesScriptHandlerExist(int)
    • DoesScriptHandlerExist(int)
    • ExcuteScriptTouchHandler(int, CCTouch)
    • ExcuteScriptTouchHandler(int, CCTouch)
    • ExcuteScriptTouchHandler(int, CCTouch)
    • ExcuteScriptTouchHandler(int, CCTouch)
    • ExcuteScriptTouchHandler(int, CCTouch)
    • ExcuteScriptTouchHandler(int, CCTouch)
    • ExcuteScriptTouchHandler(int, CCTouch)
    • ExcuteScriptTouchHandler(int, CCTouch)
    • ExcuteScriptTouchHandler(int, CCTouch)
    • ExcuteScriptTouchHandler(int, CCTouch)
    • ExcuteScriptTouchHandler(int, CCTouch)
    • ExcuteScriptTouchHandler(int, CCTouch)
    • ExcuteScriptTouchesHandler(int, List<CCTouch>)
    • ExcuteScriptTouchesHandler(int, List<CCTouch>)
    • ExcuteScriptTouchesHandler(int, List<CCTouch>)
    • ExcuteScriptTouchesHandler(int, List<CCTouch>)
    • ExcuteScriptTouchesHandler(int, List<CCTouch>)
    • ExcuteScriptTouchesHandler(int, List<CCTouch>)
    • ExcuteScriptTouchesHandler(int, List<CCTouch>)
    • ExcuteScriptTouchesHandler(int, List<CCTouch>)
    • ExcuteScriptTouchesHandler(int, List<CCTouch>)
    • ExcuteScriptTouchesHandler(int, List<CCTouch>)
    • ExcuteScriptTouchesHandler(int, List<CCTouch>)
    • ExcuteScriptTouchesHandler(int, List<CCTouch>)
    • RegisterScriptTouchHandler(int, string)
    • RegisterScriptTouchHandler(int, string)
    • RegisterScriptTouchHandler(int, string)
    • RegisterScriptTouchHandler(int, string)
    • RegisterScriptTouchHandler(int, string)
    • RegisterScriptTouchHandler(int, string)
    • RegisterScriptTouchHandler(int, string)
    • RegisterScriptTouchHandler(int, string)
    • RegisterScriptTouchHandler(int, string)
    • RegisterScriptTouchHandler(int, string)
    • RegisterScriptTouchHandler(int, string)
    • RegisterScriptTouchHandler(int, string)