comparison Renderer/Engine/viewer.cc @ 1042:b067fd5d8859

add button api.
author koba <koba@cr.ie.u-ryukyu.ac.jp>
date Tue, 07 Dec 2010 18:58:10 +0900
parents ff0e6d00c060
children 283b15633c0f
comparison
equal deleted inserted replaced
1041:ce2e2c3efab3 1042:b067fd5d8859
313 313
314 dev->clean_pixels(); 314 dev->clean_pixels();
315 315
316 pixels = dev->flip_screen(pixels); 316 pixels = dev->flip_screen(pixels);
317 sgroot->updateControllerState(); 317 sgroot->updateControllerState();
318 app->app_main(this); 318 app->app_loop(this);
319 319
320 //TaskArray を使うか使わないか 320 //TaskArray を使うか使わないか
321 if (sgroot->gtask_array != NULL) { 321 if (sgroot->gtask_array != NULL) {
322 sgroot->create_task_array(); 322 sgroot->create_task_array();
323 sgroot->allExecute(width, height); 323 sgroot->allExecute(width, height);