Home
last modified time | relevance | path

Searched refs:add_drone (Results 1 – 3 of 3) sorted by relevance

/dports/audio/din/din-52/src/
H A Ddin.h194 drone* add_drone (float wx, float wy, int fromlauncher = 0);
H A Ddin.cc1360 drone* din::add_drone (float wx, float wy, int fromlauncher) { in add_drone() function in din
1395 drone* newdronep = add_drone (di.x, di.y, CALLEDFROMLAUNCHER); in launch_drones()
1904 add_drone (win_mousex, win_mousey); in handle_input()
2037 add_drone (win_mousex, win_mousey); in handle_input()
3453 add_drone (wand.x, wand.y); in bg()
3465 drone* d = add_drone (x, y); in bg()
H A Deval.cc203 drone* pd = add_drone (x, y); in create_drone_pendulum()