Event constants (Game Maker)

Event Constants

This is a list of all of the Game Maker Event Constants.

Mouse Events

  • ev_global_left_button - Global Left Button Event
  • ev_global_left_press - Global Left Press Event
  • ev_global_left_release - Global Left Release Event
  • ev_global_middle_button - Global Middle Button (Scroll) Event
  • ev_global_middle_press - Global Middle Button Press Event
  • ev_global_middle_release - Global Middle Button Release Event
  • ev_global_press - Global (Key) Press Event
  • ev_global_release - Global (Key) Release Event
  • ev_global_right_button - Global Right Button Event
  • ev_global_right_press - Global Right Press Event
  • ev_global_right_release - Global Right Release Event
  • ev_left_button - Left Mouse Event
  • ev_left_press - Left Mouse Press Event
  • ev_left_release - Left Mouse Release Event
  • ev_middle_button - Mouse Middle Button Event
  • ev_middle_press - Mouse Middle Button Press Event
  • ev_middle_release - Mouse Middle Button Release Event
  • ev_mouse - Mouse Event
  • ev_mouse_enter - Mouse Enter Event
  • ev_mouse_leave - Mouse Leave Event
  • ev_mouse_wheel_down - Mouse Wheel Down Event
  • ev_mouse_wheel_up - Mouse Wheel Up Event
  • ev_no_button - No Button Event (Mouse)

Joystick Events

  • ev_joystick1_button1-8 - Joystick 1 Button Event (Buttons 1-8)
  • ev_joystick1_down - Joystick 1 Down Event
  • ev_joystick1_left - Joystick 1 Event Left Event
  • ev_joystick1_right - Joystick 1 Right Event
  • ev_joystick1_up - Joystick 1 Up Event
  • ev_joystick2_button1-8 - Joystick 2 Button Event (Buttons 1-8)
  • ev_joystick2_down - Joystick 2 Down Event
  • ev_joystick2_left - Joystick 2 Left Event
  • ev_joystick2_right - Joystick 2 Right Event
  • ev_joystick2_up - Joystick 2 Up Event

Other Events

  • ev_alarm - Alarm Event
  • ev_animation_end - Animation Ending Event
  • ev_boundary - Boundary Event
  • ev_close_button - Close Button (Windows) Event
  • ev_collision - Collision Event
  • ev_create - Create Event
  • ev_destroy - Destroy Event
  • ev_draw - Draw Event
  • ev_end_of_path - End of Path Event
  • ev_game_end - Game End Event
  • ev_game_start - Game Start Event
  • ev_global_press - Global (Key) Press Event
  • ev_global_release - Global (Key) Release Event
  • ev_keyboard - Keyboard Event
  • ev_keypress - Key Press Event (Any Key)
  • ev_keyrelease - Key Release Event (Any Key)
  • ev_no_more_health - No More Health (global.health=0) Event
  • ev_no_more_lives - No More Lives (global.lives=0) Event
  • ev_other - Other Event
  • ev_outside - Outside of Room Event
  • ev_room_end - Room End Event
  • ev_room_start - Room Start Event
  • ev_step - Step Event
  • ev_step_begin - Step Begin Event
  • ev_step_end - Step End Event
  • ev_step_normal - Normal Step Event
  • ev_user0-15 - User Event (users 0-15)
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution 2.5 License.