mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-21 07:31:26 +02:00
Element search interface by pressing 'e'
First search is for element names, second search looks at the description, pressing enter will give you the first result the the left button selection, left click and right click can also be used to select.
This commit is contained in:
@@ -287,6 +287,8 @@ void draw_svf_ui(pixel *vid_buf, int alternate);
|
||||
|
||||
void error_ui(pixel *vid_buf, int err, char *txt);
|
||||
|
||||
void element_search_ui(pixel *vid_buf, int * sl, int * sr);
|
||||
|
||||
void info_ui(pixel *vid_buf, char *top, char *txt);
|
||||
|
||||
void copytext_ui(pixel *vid_buf, char *top, char *txt, char *copytxt);
|
||||
|
Reference in New Issue
Block a user