Returns a list of the most recent event for each control on a given InputController. Effectively provides the current "state" of all
buttons/axes on a given input controller
Implementation
@$pb.TagNumber(1)
$core.List<Event> get events => $_getList(0);