mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 01:05:34 +08:00
Fix PropertyIndex for CKeyboardKey and CJoystickButton
This commit is contained in:
committed by
Klaus Basan
parent
8554fffec0
commit
c13121edbd
@@ -33,7 +33,7 @@ namespace BlackMisc
|
||||
//! Properties by index
|
||||
enum ColumnIndex
|
||||
{
|
||||
IndexDeviceName = 0,
|
||||
IndexDeviceName = CPropertyIndex::GlobalIndexCJoystickButton,
|
||||
IndexButton,
|
||||
IndexButtonAsString,
|
||||
IndeButtonObject, // just for updates
|
||||
|
||||
@@ -34,7 +34,7 @@ namespace BlackMisc
|
||||
//! Properties by index
|
||||
enum ColumnIndex
|
||||
{
|
||||
IndexKey = 0,
|
||||
IndexKey = CPropertyIndex::GlobalIndexCKeyboardKey,
|
||||
IndexKeyAsString,
|
||||
IndexKeyObject, // just for updates
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user