Dolphin, the GameCube and Wii emulator - Forums

Full Version: Lock Windows and GlovePIE
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
GlovePie.

Anyone know how to emulate Windows Key + L

ShowDesktop Works:

Code:
Key.LeftWindows + D = Wiimote.Right

Lock Windows Does Note Work:
Code:
Key.LeftWindows + L = Wiimote.Left
or
Code:
Keyboard.LeftWindows + Keyboard.L = Wiimote.Left
or
Code:
Keyboard.LeftWindows + .Key.L = Wiimote.Left

Also does anyone know what GlovePIE is based of it looked like a backwards version of Lua or PHP.
(01-22-2011, 06:46 PM)rexzooly Wrote: [ -> ]Also does anyone know what GlovePIE is based of it looked like a backwards version of Lua or PHP.

its probably c++, tho i haven't looked at it yet.