Table of Contents

Enum WindowEventId

Namespace
Alis.Core.Graphic.Sdl2.Enums
Assembly
Alis.dll

The sdl window event id enum

public enum WindowEventId : byte

Fields

SdlWindowEventNone = 0

The sdl window event none sdl window event id

SdlWindowEventShown = 1

The sdl window event shown sdl window event id

SdlWindowEventHidden = 2

The sdl window event hidden sdl window event id

SdlWindowEventExposed = 3

The sdl window event exposed sdl window event id

SdlWindowEventMoved = 4

The sdl window event moved sdl window event id

SdlWindowEventResized = 5

The sdl window event resized sdl window event id

SdlWindowEventSizeChanged = 6

The sdl window event size changed sdl window event id

SdlWindowEventMinimized = 7

The sdl window event minimized sdl window event id

SdlWindowEventMaximized = 8

The sdl window event maximized sdl window event id

SdlWindowEventRestored = 9

The sdl window event restored sdl window event id

SdlWindowEventEnter = 10

The sdl window event enter sdl window event id

SdlWindowEventLeave = 11

The sdl window event leave sdl window event id

SdlWindowEventFocusGained = 12

The sdl window event focus gained sdl window event id

SdlWindowEventFocusLost = 13

The sdl window event focus lost sdl window event id

SdlWindowEventClose = 14

The sdl window event close sdl window event id

SdlWindowEventTakeFocus = 15

The sdl window event take focus sdl window event id

SdlWindowEventHitTest = 16

The sdl window event hit test sdl window event id

SdlWindowEventIccProfChanged = 17

The sdl window event icc prof changed sdl window event id

SdlWindowEventDisplayChanged = 18

The sdl window event display changed sdl window event id