|
|
2010-02-12
, 08:32
|
|
|
Posts: 4,365 |
Thanked: 2,466 times |
Joined on Jan 2010
@ Australia Mate
|
#32
|
|
|
2010-02-12
, 10:27
|
|
Posts: 34 |
Thanked: 5 times |
Joined on Jan 2010
|
#33
|
pressed[bb]=True
for bb in buttons:
if (Wii.buttonmask & buttonmap[bb]):
if (Wii.buttonmask & buttonmap["B"]):
ExecuteScript(mapping_b[bb])
pressed[bb]=True
else:
ExecuteScript(mapping[bb])
pressed[bb]=True
elif (not (Wii.buttonmask & buttonmap[bb])):
if pressed[bb]==True:
pressed[bb]=False
ExecuteReleasedScript(mapping[bb])
device.display_state_on()
|
|
2010-02-12
, 11:14
|
|
|
Posts: 4,365 |
Thanked: 2,466 times |
Joined on Jan 2010
@ Australia Mate
|
#34
|
|
|
2010-02-13
, 13:56
|
|
Posts: 4 |
Thanked: 0 times |
Joined on Jan 2010
@ Norway/Hungary
|
#35
|
|
|
2010-02-14
, 02:07
|
|
|
Posts: 4,365 |
Thanked: 2,466 times |
Joined on Jan 2010
@ Australia Mate
|
#36
|
|
|
2010-03-07
, 18:57
|
|
Posts: 4 |
Thanked: 0 times |
Joined on Mar 2010
|
#37
|
|
|
2010-03-09
, 01:47
|
|
Posts: 188 |
Thanked: 28 times |
Joined on Jun 2007
|
#38
|
|
|
2010-03-09
, 02:15
|
|
|
Posts: 4,365 |
Thanked: 2,466 times |
Joined on Jan 2010
@ Australia Mate
|
#39
|
|
|
2010-03-09
, 02:17
|
|
|
Posts: 4,365 |
Thanked: 2,466 times |
Joined on Jan 2010
@ Australia Mate
|
#40
|
...and thank you all for this next wow moment in my life with the N900! Tried Wiicontrol yesterday together with DrNokSNES and it works like a charm..
My only problem is: I keep hitting the B button together with the dpad while playing Mario Kart, which kicks me out of the game and sends me back to the main screen of DrNokSNES. Is there a way to prevent it from using mapping_b together with mapping_snes and/or mapping_l etc.? Or do I have to set mapping_b to screen taps or similar
boudjere