glutMotionFunc & glutPassiveMotionFunc
선언 형태
void
glutMotionFunc (
void
(*func)(
int
x
,
int
y
) );
void
glutPassiveMotionFunc (
void
(*func)(
int
x
,
int
y
) );
매개 변수
변수명
설명
func
새로운 Motion 및 PassiveMotion callback 함수를 설정합니다.