wasPressedRecently

fun KeyMapping.wasPressedRecently(withinMs: Long): Boolean

Extension property that checks if a key binding was pressed recently.

Return

True if the key binding was pressed within the specified time, false otherwise.

Parameters

withinMs

The time window in milliseconds to check within.