glutSpecialFunc
선언 형태
void
glutSpecialFunc (
void
(*func)(
int
key
,
int
x
,
int
y
) );
매개 변수
변수명
설명
func
새로운 Special callback 함수를 설정합니다.