From WiiLi
// Simple NES controller to Wiimote. Created by the Yorkester, do not copy without my permission.
// Use it but don't claim it as your own.
// Make sure the controls in your emulator for buttons A and B are equal to Z and X respectively,
// and start is Enter.
// Works great for games such as Metroid and Zelda!
// Alternatively, you can set the A button as the enter key.
Key.Left = Wiimote.Left
Key.Right = Wiimote.Right
Key.Down = Wiimote.Down
Key.Up = Wiimote.Up
Key.Z = Wiimote. One
Key.X = Wiimote.Two
Home.Enter = Wiimote.Home