 |
WiiLi.org a new revolution
|
| View previous topic :: View next topic |
| Author |
Message |
TiagoTiago
Joined: 20 Jan 2007 Posts: 710 Location: Brasil
Digg It |
Posted: Thu Mar 22, 2007 1:17 am Post subject: gpie locking keys, any workarounds? |
|
|
if I do somthing liek:
| Code: | | key.Enter = Wiimote1.A |
I will have dificulties havign programs recognize I'm pessing the enter key in the keyboard, but will work fine if I use the wiimote buttom, aparently gpie keeps forcing the computer to read it as not being pressed unless I press it thru the wiimote, is there a way to have a key assigned to a wiimote buttom without having its physical correspondent int he keyboard have its effectivity hurt? _________________ please put the scripts on the wiki so they dont get lost as new stuff is posted!
phpBB doesnt like me,somtimes it will forget to warn me about new replies to threads I asked it to,if you see a thread I should have responded, could please email me? |
|
| Back to top |
|
 |
TylerK

Joined: 18 Dec 2006 Posts: 384 Location: Springfield, IL
Digg It |
Posted: Thu Mar 22, 2007 1:41 am Post subject: |
|
|
Hmm... this is a total guess, but would something like this work?
| Code: |
if (Pressed(Wiimote.A)) Enter = true
if (Released(Wiimote.A)) Enter = false
|
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|