Class TRocksKeyboard (unit RocksKbd)

Inherits from

TWindowsKeyboard

Definition of the TRocksKeyboard class.

Constructors


constructor Create;

Public constructor and destructor.


Functions

destructor Destroy;

Get our default key mappings for Rocks.

procedure ReadKeyMappings;

Method to read and write key mappings.

function wGetDefaultMapping(iInputCode: Integer): Word;

Method to return default mappings for given inputs.

procedure WriteKeyMappings;

Get the 'hyperspace' key.

Properties

Events

Variables

m_szSectionName : String;



Constructors


constructor Create;

Public constructor and destructor.

INI section where key mappings are stored.


Functions


destructor Destroy;

Get our default key mappings for Rocks.


procedure ReadKeyMappings;

Method to read and write key mappings.

Perform default cleanup.


function wGetDefaultMapping(iInputCode: Integer): Word;

Method to return default mappings for given inputs.

Stash all of the key mappings in the INI file.


procedure WriteKeyMappings;

Get the 'hyperspace' key.


Properties


Events


Variables


m_szSectionName : String;