|
Main Page Data Structures File List Globals
temp_move Struct Reference+temp_move(int start_x, int start_y, int end_x, int end_y).
More...
Detailed Description
+temp_move(int start_x, int start_y, int end_x, int end_y).
This is a VCC composite datatype.
- down_x - x value of starting square.
- down_y - y value of starting square.
- up_x - x value of ending square.
- up_y - y value of ending square.
Note that these x and y values are the number of square horizontally and vertically from the bottom left corner. Numbering starts from zero, so the bottom left square has x=0 and y=0.
The temp_move structure is internal to the Input Module.
The documentation for this struct was generated from the following file:
|
|