import "fyne.io/fyne/v2"
  

Usage

type HardwareKey

  type HardwareKey struct {
	// ScanCode represents a hardware ID for (normally desktop) keyboard events.
	ScanCode int
}
  

HardwareKey contains information associated with physical key events Most applications should use [KeyName] for cross-platform compatibility.