View Single Post
Old 22 January 2013, 12:15   #4
FrodeSolheim
FS-UAE Developer
 
FrodeSolheim's Avatar
 
Join Date: Dec 2011
Location: Førde, Norway
Age: 43
Posts: 4,043
Remember that the Amiga reads mouse input from joystick port 0, not joystick port 1, so you'll want to use the joy_0 actions like I said, not joy_1 actions:
Code:
keyboard_key_f1 = action_joy_0_fire_button
keyboard_key_f2 = action_joy_0_2nd_button
(the fact that in your setup, player one uses the joystick in joystick port 1, is irrelevant. The emulated Amiga still reads mouse input from Amiga joystick port 0...)
FrodeSolheim is offline  
 
Page generated in 0.06234 seconds with 11 queries