Info
Get involved
Documentation

Collaboration diagram for SAL_mouse_items:

Public Attributes | |
| SDL_Thread * | thread |
| Mouse listener thread. | |
| bool | active |
| Is thread active? | |
| char | clicks |
| Number of clicks on the left mouse button (0 = right click). | |
| SAL_gui_object * | selected |
| Currently selected object. | |
| Uint16 | x |
| X cord mouse. | |
| Uint16 | y |
| Y cord mouse. | |
| char | button |
| Button code. | |
| int | delay |
| Delay time. | |
Definition at line 110 of file SAL_eventhandler.cpp.