Skip to content

game_control

game_control(key id, integer buttons, list axes)

This event is raised when game controller input changes.

Parameters
id(key)
UUID of avatar supplying input
buttons(integer)
32-bit mask of buttons pressed
axes(list)
Six float values in range [-1, 1]

Add example usage here showing how to handle the game_control event.

Add additional notes, caveats, or tips here.

  • Related events and functions can be linked here