Skip to content

TSdlMessageBoxButtonFlag

Message box button flags.

Definition

Unit: Neslib.Sdl3.Additional

type TSdlMessageBoxButtonFlag = (ReturnKeyDefault, EscapeKeyDefault)

Enumeration Values

ReturnKeyDefault = 0

Marks the default button when return is hit


EscapeKeyDefault = 1

Marks the default button when escape is hit