Tao.Sdl SDK Documentation

Sdl.KMOD_CAPS Field

Capslock is down

[Visual Basic]
Public Const KMOD_CAPS As Integer = 8192
[C#]
public const int KMOD_CAPS = 8192;

Remarks

Enumeration of valid key mods (possibly OR'd together)

See Also

Sdl Class | Tao.Sdl Namespace