Home
last modified time | relevance | path

Searched defs:kc_item (Results 1 – 2 of 2) sorted by relevance

/dports/games/d2x/d2x-0.2.5/main/
H A Dkconfig.c546 typedef struct kc_item { struct
556 } kc_item; argument
/dports/games/dxx-rebirth/dxx-rebirth_20211220-src/similar/main/
H A Dkconfig.cpp158 #define kc_item kc_item macro
159 struct kc_item struct
161 const short x, y; // x, y pos of label
162 const short xinput; // x pos of input field
163 const int8_t w2; // length of input field
164 const uint8_t u,d,l,r; // neighboring field ids for cursor navigation
165 const kc_type type;
166 const kc_state state_bit;
167 union {