Skip to content

IInputContext.IsDeletePressed() Method

Definition

Namespace: Brine2D.Input

Returns true if Delete was pressed this frame, including key repeats. Useful for text editing; works regardless of whether text input mode is active. Note: unlike IsKeyPressed(Key), this fires on held-key repeats to provide expected text-editing behavior.

bool IsDeletePressed();

Returns

System.Boolean