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