Throttles input events



## Description
no description
## Parameters

<table>
<thead>
	<tr>
		<th>Name</th>
		<th>Type</th>
		<th>Description</th>
	</tr>
</thead>
<tr>
	<td>maxwait</td>
	<td><div class='bg-orange-800 px-2 py-px text-white rounded-sm'>integer</div></td>
	<td>max wait time between each event, in milliseconds</td>
</tr>
<tr>
	<td>leading</td>
	<td><div class='bg-emerald-800 px-2 py-px text-white rounded-sm'>boolean</div></td>
	<td>defines if event is dispatched on the leading edge of the timeout</td>
</tr>
<tr>
	<td>trailing</td>
	<td><div class='bg-emerald-800 px-2 py-px text-white rounded-sm'>boolean</div></td>
	<td>defines if event is trailing on the leading edge of the timeout</td>
</tr>
</table>