Tao.Sdl SDK Documentation

Sdl.SDL_keysym.scancode Field

Hardware specific scancode.

[Visual Basic]
Public scancode As Byte
[C#]
public byte scancode;

Remarks

The scancode is hardware dependent, and should not be used by general applications. If no hardware scancode is available, it will be 0.

See Also

Sdl.SDL_keysym Class | Tao.Sdl Namespace