Skip to content

SDL3KeyDownEvent Class

Definition

Namespace: Brine2D.Events

Internal SDL3 events - not exposed to user code. Used for communication between SDL3EventPump and SDL3InputService.

C#
internal record SDL3KeyDownEvent : System.IEquatable<Brine2D.Events.SDL3KeyDownEvent>

Inheritance System.Object → SDL3KeyDownEvent

Implements System.IEquatable<SDL3KeyDownEvent>

Constructors
SDL3KeyDownEvent\(KeyboardEvent\) Internal SDL3 events - not exposed to user code. Used for communication between SDL3EventPump and SDL3InputService.