Tao.Sdl SDK Documentation

Sdl.KMOD_RALT Field

Right Alt is down

[Visual Basic]
Public Const KMOD_RALT As Integer = 512
[C#]
public const int KMOD_RALT = 512;

Remarks

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

See Also

Sdl Class | Tao.Sdl Namespace