axmol/samples/Cpp/TestCpp/Classes/TextInputTest
Ricardo Quesada 9958e0d7f9 Adds more readability to the class internals.
Changes:
  - creator (static) methods, and singleton methods (static) are always at the top of the class
  - Constructors, destructros, and init methods comes next
  - Then the instance methods for the class
  - Then the overriden methods
  - and finally the ivars

Also, overriden methos have the "override" context keyword
2013-07-15 12:43:22 -07:00
..
TextInputTest.cpp Adds more readability to the class internals. 2013-07-15 12:43:22 -07:00
TextInputTest.h issue #2129: Removing CC prefix for samples module. 2013-06-20 14:17:10 +08:00