localization and more const& params

This commit is contained in:
Mathias Panzenböck
2014-02-24 00:37:51 +01:00
parent a1d2c947c7
commit 6bd58aeb7c
13 changed files with 619 additions and 29 deletions

View File

@ -266,6 +266,10 @@ bool Axis::isDefault() {
(nuseMouse == false) ;
}
QString Axis::getName() {
return tr("Axis %1").arg(index+1);
}
bool Axis::inDeadZone( int val ) {
int value;
if (throttle == 0)