|
libtcod
|
Mouse state provided by the libtcod event system. More...
#include "portability.h"Go to the source code of this file.
Classes | |
| struct | TCOD_mouse_t |
| Mouse state provided by the libtcod event system. More... | |
| struct | TCOD_MouseTransform |
| Info needed to convert between mouse pixel and tile coordinates. More... | |
Typedefs | |
| typedef struct TCOD_mouse_t | TCOD_mouse_t |
| Mouse state provided by the libtcod event system. | |
| typedef struct TCOD_MouseTransform | TCOD_MouseTransform |
| Info needed to convert between mouse pixel and tile coordinates. | |
Mouse state provided by the libtcod event system.
| typedef struct TCOD_mouse_t TCOD_mouse_t |
Mouse state provided by the libtcod event system.
This may be a moved, pressed, or released event.
| typedef struct TCOD_MouseTransform TCOD_MouseTransform |
Info needed to convert between mouse pixel and tile coordinates.
Internal use only.
embed:rst:leading-asterisk .. versionadded:: 1.24