Skip to content

Arrow keys pan in the opposite direction to toolbar fourway #196

Open
@cjmayo

Description

@cjmayo

The signs for the x, y values:

def on_key_left(self, state):
self.nudge(-1, 0, state)
def on_key_right(self, state):
self.nudge(1, 0, state)
def on_key_up(self, state):
self.nudge(0, -1, state)
def on_key_down(self, state):
self.nudge(0, 1, state)

are opposite to the fourway:
Left: x is +ve
Up: y is +ve

Maybe I just don't get the concept.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions