Looking for list of Actions from on_input

Hello,

I’m looking for a list of action the on_input function give, with their sense. The trigger / mouse trigger manual page doesn’t have them.

You know, the

{ --[[0x7f5ba9730b10]]
  screen_y = 1085,
  screen_dy = 1,
  x = 1905.5,
  y = 1085.5,
  screen_dx = 0,
  dx = 0,
  screen_x = 1905,
  dy = 1
}

There is a list of table fields for on_input on the game object reference page:

1 Like

Thank you. Bookmarked.