params->event_parameter;
(event_parameter 的參照值)
範例:
if (params->velocity <= 5)…
(檢查事件的參數速度測試值,是否小於或等於 5。)