Table of Contents

Class SdlHelper

Namespace
Pie.Windowing
Assembly
Pie.Windowing.dll

Provides various SDL helpers, useful internally in Pie.

public static class SdlHelper
Inheritance
SdlHelper
Inherited Members

Methods

KeycodeToKey(uint)

Convert an SDL keycode to Pie Key.

public static Key KeycodeToKey(uint keycode)

Parameters

keycode uint

The SDL keycode to convert.

Returns

Key

The appropriate Pie Key. If an unknown key is provided, Unknown is returned.