Go to the source code of this file.
Detailed Description
Definition in file input.c.
Function Documentation
Wait for console input. If ESC was pressed or this is input for party menu, just close the console.
Definition at line 169 of file input.c.
Wait for number input. If ESC was pressed, close the input widget.
Definition at line 92 of file input.c.
| void widget_number_event |
( |
widgetdata * |
widget, |
|
|
int |
x, |
|
|
int |
y |
|
) |
| |
Mouse event for number input widget.
- Parameters:
-
| x | Mouse X position |
| y | Mouse Y position |
Definition at line 36 of file input.c.
Show widget console.
- Parameters:
-
| x | X position of the console |
| y | Y position of the console |
Definition at line 58 of file input.c.
Show widget number input.
- Parameters:
-
| x | X position of the number input |
| y | Y position of the number input |
Definition at line 73 of file input.c.