Class SdlHelper
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
uintThe SDL keycode to convert.