params->event_parameter;
(event_parameter의 참조값)
예:
if (params->velocity <= 5)…
(5 이하인지 보기 위해 이벤트에 대한 velocity 매개변수의 값을 테스트합니다.)