![]() |
2010-01-24
, 21:28
|
Posts: 279 |
Thanked: 34 times |
Joined on Jan 2010
@ Belgrade, Serbia
|
#1
|
![]() |
2010-01-24
, 21:33
|
|
Posts: 1,090 |
Thanked: 476 times |
Joined on Jan 2010
@ Ingolstadt, Germany
|
#2
|
![]() |
2010-01-24
, 21:48
|
Posts: 279 |
Thanked: 34 times |
Joined on Jan 2010
@ Belgrade, Serbia
|
#3
|
![]() |
2010-01-24
, 21:52
|
|
Posts: 1,090 |
Thanked: 476 times |
Joined on Jan 2010
@ Ingolstadt, Germany
|
#4
|
![]() |
2010-01-24
, 21:59
|
Posts: 279 |
Thanked: 34 times |
Joined on Jan 2010
@ Belgrade, Serbia
|
#5
|
![]() |
2010-01-24
, 22:12
|
|
Posts: 1,090 |
Thanked: 476 times |
Joined on Jan 2010
@ Ingolstadt, Germany
|
#6
|
Yeah, noticed that too. I tried to play GTA IV by using bluemaemo gamepad and turning on "2" as you told me. But was only able to shift the camera from left to right and right to left.
if abs(roll) > abs(pitch): if roll > self.l_left: key = self.main.left_key modif, val = key_dec(self,key) if self.profile.key_pressed: self.main.connection.send_multiple_keyboard_event(modif,val,self.profile.current_key) else: self.main.connection.send_keyboard_event(modif,val) self.send_event = True if roll < -self.l_right: key = self.main.right_key modif, val = key_dec(self,key) if self.profile.key_pressed: self.main.connection.send_multiple_keyboard_event(modif,val,self.profile.current_key) else: self.main.connection.send_keyboard_event(modif,val) self.send_event = True else: if pitch > self.l_up: pass if pitch < -self.l_down: pass
key = self.main.up_key modif, val = key_dec(self,key) if self.profile.key_pressed: self.main.connection.send_multiple_keyboard_event(modif,val,self.profile.current_key) else: self.main.connection.send_keyboard_event(modif,val) self.send_event = True
The Following User Says Thank You to b666m For This Useful Post: | ||
![]() |
2010-01-24
, 23:00
|
Posts: 279 |
Thanked: 34 times |
Joined on Jan 2010
@ Belgrade, Serbia
|
#7
|
![]() |
2010-01-24
, 23:07
|
|
Posts: 1,090 |
Thanked: 476 times |
Joined on Jan 2010
@ Ingolstadt, Germany
|
#8
|