Class TCastleConfigKeysMouseHelper

Unit

Declaration

type TCastleConfigKeysMouseHelper = class helper(TObject) for TCastleConfig

Description

This item has no description.

Source: src/ui/castlekeysmouse.pas (line 990).

Hierarchy

  • TObject
  • TCastleConfigKeysMouseHelper

Overview

Methods

Public function GetKey(const APath: string; const ADefaultValue: TKey): TKey; overload;
Public procedure SetKey(const APath: string; const AValue: TKey); overload;
Public procedure SetDeleteKey(const APath: string; const AValue, ADefaultValue: TKey); overload;

Description

Methods

Public function GetKey(const APath: string; const ADefaultValue: TKey): TKey; overload;

Reading/writing key values to config file. Key names are expected to follow StrToKey and KeyToStr functions in CastleKeysMouse.

Source: src/ui/castlekeysmouse.pas (line 995).

Public procedure SetKey(const APath: string; const AValue: TKey); overload;

This item has no description.

Source: src/ui/castlekeysmouse.pas (line 997).

Public procedure SetDeleteKey(const APath: string; const AValue, ADefaultValue: TKey); overload;

This item has no description.

Source: src/ui/castlekeysmouse.pas (line 999).


Generated by PasDoc 0.17.0.snapshot.