Summary: | Arrow Keys no longer control the game. | ||
---|---|---|---|
Product: | [Applications] kbreakout | Reporter: | Alex Fornuto <alex> |
Component: | general | Assignee: | Viranch Mehta <viranch.mehta> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | kde-games-bugs |
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kbreakout/d7d0968b0594d6971127c1ec836b0f77fac08274 | Version Fixed In: | KDE Applications 16.04.1 |
Sentry Crash Report: |
Description
Alex Fornuto
2015-05-22 04:53:43 UTC
Git commit d7d0968b0594d6971127c1ec836b0f77fac08274 by Julian Helfferich. Committed on 22/04/2016 at 12:50. Pushed by helfferich into branch 'Applications/16.04'. Fix Keyboard Input Since the port to QML/QtQuick the arrow keys no longer control the movement of the bar. I have added a KeyEvent handler to the main.qml file. I have also removed the keyboard input functions from CanvasWidget that previously controlled the bar movement and which are no longer called. FIXED-IN: KDE Applications 16.04.1 REVIEW: 127622 M +0 -55 src/canvaswidget.cpp M +0 -2 src/canvaswidget.h M +19 -0 src/qml/main.qml http://commits.kde.org/kbreakout/d7d0968b0594d6971127c1ec836b0f77fac08274 |