Jump to content

CHUI V1 Controls: type 0: Button


Avenger

Recommended Posts

The frame indices are not shorts, but bytes.

The remaining bytes contain anchor coordinates (shorts) in the usual bioware byte hacking style (see kit usability bytes in ITM).

 

00000018 unpressed	   db ?
00000019 anc_x1		  db ?
0000001A pressed		 db ?
0000001B anc_x2		  db ?
0000001C selected		db ?
0000001D anc_y1		  db ?
0000001E disabled		 db ?
0000001F anc_y2		  db ?

 

The anchor coordinate is used for the text justification - so it is not always anchor text to (0.0)

Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...