Skip to content

JOYSTICK ISSUE #266

Description

@johngalt01

If i run

10 X = STICK(0) ' Read X-axis of joystick 1
20 Y = STICK(1) ' Read Y-axis of joystick 1
30 B1 = STRIG(0) ' Read trigger button 1
45 PRINT "X="; X, "Y="; Y, "Button="; B1
50 GOTO 10

under pcbasic the Y axis is not reading properly it mirrors the X axis for output.

if i run this code under GWBASIC In dos box it works properly reading X and Y separately.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions