Hengband  2.2.1
フィールド
term_win 構造体

A term_win is a "window" for a Term [詳解]

#include <z-term.h>

フィールド

bool cu
 
bool cv
 Cursor Useless / Visible codes [詳解]
 
TERM_LEN cx
 
TERM_LEN cy
 Cursor Location (see "Useless") [詳解]
 
TERM_COLOR ** a
 Array[h*w] – Attribute array [詳解]
 
char ** c
 Array[h*w] – Character array [詳解]
 
TERM_COLORva
 Array[h] – Access to the attribute array [詳解]
 
char * vc
 Array[h] – Access to the character array [詳解]
 
TERM_COLOR ** ta
 Note that the attr pair at(x, y) is a[y][x] [詳解]
 
char ** tc
 Note that the char pair at(x, y) is c[y][x] [詳解]
 
TERM_COLORvta
 Note that the row of attr at(0, y) is a[y] [詳解]
 
char * vtc
 Note that the row of chars at(0, y) is c[y] [詳解]
 

詳解

A term_win is a "window" for a Term

フィールド詳解

◆ a

Array[h*w] – Attribute array

◆ c

char** c

Array[h*w] – Character array

◆ cu

bool cu

◆ cv

bool cv

Cursor Useless / Visible codes

◆ cx

◆ cy

Cursor Location (see "Useless")

◆ ta

TERM_COLOR** ta

Note that the attr pair at(x, y) is a[y][x]

◆ tc

char** tc

Note that the char pair at(x, y) is c[y][x]

◆ va

Array[h] – Access to the attribute array

◆ vc

char* vc

Array[h] – Access to the character array

◆ vta

TERM_COLOR* vta

Note that the row of attr at(0, y) is a[y]

◆ vtc

char* vtc

Note that the row of chars at(0, y) is c[y]


この構造体詳解は次のファイルから抽出されました: