Class CCDisplayLinkDirector

#include <Geode/cocos/CCDirector.h>
classCCDisplayLinkDirector:publiccocos2d::CCDirector{ ... }

Since v0.8.2

DisplayLinkDirector is a Director that synchronizes timers with the refresh rate of the display. Features and Limitations:

  • Scheduled timers & drawing are synchronizes with the refresh rate of the display
  • Only supports animation intervals of 1/60 1/30 & 1/15
Examples0
Public static methods0
Public member functions4
virtualvoidmainLoop()
No description provided
virtualvoidsetAnimationInterval(
doubledValue
)
No description provided
virtualvoidstartAnimation()
No description provided
virtualvoidstopAnimation()
No description provided
Fields0
Protected member functions0
Protected fields1
boolm_bInvalid
;
No description provided