예제 #1
0
파일: Room.java 프로젝트: Rexota/BobEngine
 /** Get the Touch touch listener for this Room's containing BobView. */
 public Touch getTouch() {
   return view.getTouch();
 }