mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-30 11:55:35 +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
|
//! Properties by index
|
||||||
enum ColumnIndex
|
enum ColumnIndex
|
||||||
{
|
{
|
||||||
IndexDeviceName = 0,
|
IndexDeviceName = CPropertyIndex::GlobalIndexCJoystickButton,
|
||||||
IndexButton,
|
IndexButton,
|
||||||
IndexButtonAsString,
|
IndexButtonAsString,
|
||||||
IndeButtonObject, // just for updates
|
IndeButtonObject, // just for updates
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ namespace BlackMisc
|
|||||||
//! Properties by index
|
//! Properties by index
|
||||||
enum ColumnIndex
|
enum ColumnIndex
|
||||||
{
|
{
|
||||||
IndexKey = 0,
|
IndexKey = CPropertyIndex::GlobalIndexCKeyboardKey,
|
||||||
IndexKeyAsString,
|
IndexKeyAsString,
|
||||||
IndexKeyObject, // just for updates
|
IndexKeyObject, // just for updates
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -144,6 +144,8 @@ namespace BlackMisc
|
|||||||
GlobalIndexCVPilotModelRule = 9000,
|
GlobalIndexCVPilotModelRule = 9000,
|
||||||
GlobalIndexCVoiceRoom = 10000,
|
GlobalIndexCVoiceRoom = 10000,
|
||||||
GlobalIndexCSettingKeyboardHotkey = 11000,
|
GlobalIndexCSettingKeyboardHotkey = 11000,
|
||||||
|
GlobalIndexCKeyboardKey = 11100,
|
||||||
|
GlobalIndexCJoystickButton = 11200,
|
||||||
GlobalIndexIDatastoreInteger = 12000,
|
GlobalIndexIDatastoreInteger = 12000,
|
||||||
GlobalIndexIDatastoreString = 12100,
|
GlobalIndexIDatastoreString = 12100,
|
||||||
GlobalIndexCDbInfo = 12200,
|
GlobalIndexCDbInfo = 12200,
|
||||||
|
|||||||
Reference in New Issue
Block a user