Oolite 1.91.0.7604-240417-a536cbe
Loading...
Searching...
No Matches
Classes | Variables
PlayerEntityKeyMapper.m File Reference
import "PlayerEntityKeyMapper.h"
import "PlayerEntityControls.h"
import "PlayerEntityScriptMethods.h"
import "OOTexture.h"
import "OOCollectionExtractors.h"
import "HeadUpDisplay.h"
import "ResourceManager.h"
import "GameController.h"
import "OOEquipmentType.h"
+ Include dependency graph for PlayerEntityKeyMapper.m:

Go to the source code of this file.

Classes

category  PlayerEntity(KeyMapperInternal)
 

Variables

static NSUInteger key_index
 
static long current_row
 
static long kbd_row = GUI_ROW_KC_FUNCSTART
 
static BOOL has_error = NO
 
static BOOL last_shift = NO
 
static NSDictionary * selected_entry = nil
 
static NSMutableArray * key_list = nil
 
static NSDictionary * kdic_check = nil
 
static NSArray * nav_keys = nil
 
static NSArray * camera_keys = nil
 

Variable Documentation

◆ camera_keys

NSArray* camera_keys = nil
static

Definition at line 44 of file PlayerEntityKeyMapper.m.

◆ current_row

long current_row
static

Definition at line 36 of file PlayerEntityKeyMapper.m.

◆ has_error

BOOL has_error = NO
static

Definition at line 38 of file PlayerEntityKeyMapper.m.

◆ kbd_row

long kbd_row = GUI_ROW_KC_FUNCSTART
static

Definition at line 37 of file PlayerEntityKeyMapper.m.

◆ kdic_check

NSDictionary* kdic_check = nil
static

Definition at line 42 of file PlayerEntityKeyMapper.m.

◆ key_index

NSUInteger key_index
static

Definition at line 35 of file PlayerEntityKeyMapper.m.

◆ key_list

NSMutableArray* key_list = nil
static

Definition at line 41 of file PlayerEntityKeyMapper.m.

◆ last_shift

BOOL last_shift = NO
static

Definition at line 39 of file PlayerEntityKeyMapper.m.

◆ nav_keys

NSArray* nav_keys = nil
static

Definition at line 43 of file PlayerEntityKeyMapper.m.

◆ selected_entry

NSDictionary* selected_entry = nil
static

Definition at line 40 of file PlayerEntityKeyMapper.m.