Dolphin, the GameCube and Wii emulator - Forums
Lock Windows and GlovePIE - Printable Version

+- Dolphin, the GameCube and Wii emulator - Forums (https://forums.dolphin-emu.org)
+-- Forum: Offtopic (https://forums.dolphin-emu.org/Forum-offtopic)
+--- Forum: Delfino Plaza (https://forums.dolphin-emu.org/Forum-delfino-plaza)
+--- Thread: Lock Windows and GlovePIE (/Thread-lock-windows-and-glovepie)



Lock Windows and GlovePIE - rexzooly - 01-22-2011

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.


RE: Lock Windows and GlovePIE - inteGReddy - 01-24-2011

(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.