Tao.Sdl SDK Documentation

Sdl.SDL_PRESSED Field

Button in pressed state.

[Visual Basic]
Public Const SDL_PRESSED As Byte = 1
[C#]
public const byte SDL_PRESSED = 1;

Remarks

SDL_events.h defines SDL_PRESSED and SDL_RELEASED in a nameless enum. Defining SDL_PRESSED as a const works better for Tao.SDL purposes

See Also

Sdl Class | Tao.Sdl Namespace | SDL_RELEASED