Rube Goldberg Machine 1.0
This is the base code for Rube Goldberg designed for the CS296 Software Systems Lab
|
convert_screen_to_world(int32 x, int32 y) | cs296::callbacks_t | [static] |
display_cb(void) | cs296::callbacks_t | [static] |
exit_cb(int code) | cs296::callbacks_t | [static] |
keyboard_cb(unsigned char key, int x, int y) | cs296::callbacks_t | [static] |
keyboard_special_cb(int key, int x, int y) | cs296::callbacks_t | [static] |
keyboard_up_cb(unsigned char key, int x, int y) | cs296::callbacks_t | [static] |
mouse_cb(int32 button, int32 state, int32 x, int32 y) | cs296::callbacks_t | [static] |
mouse_motion_cb(int32 x, int32 y) | cs296::callbacks_t | [static] |
pause_cb(int) | cs296::callbacks_t | [static] |
resize_cb(int32 w, int32 h) | cs296::callbacks_t | [static] |
restart_cb(int) | cs296::callbacks_t | [static] |
single_step_cb(int) | cs296::callbacks_t | [static] |
timer_cb(int) | cs296::callbacks_t | [static] |