matchesSingle method

bool matchesSingle(
  1. KeyBinding binding
)

Returns true if this key matches the given binding.

Implementation

bool matchesSingle(KeyBinding binding) => keyMatchesSingle(this, binding);