Atrinik Client 2.5
Functions
gui/target.c File Reference
#include <global.h>

Go to the source code of this file.

Functions

void widget_event_target (widgetdata *widget, int x, int y)
void widget_show_target (widgetdata *widget)

Detailed Description

Definition in file target.c.


Function Documentation

void widget_event_target ( widgetdata widget,
int  x,
int  y 
)

Handle mouse events for target widget.

Parameters:
xMouse X position
yMouse Y position

Definition at line 36 of file target.c.

void widget_show_target ( widgetdata widget)

Show target widget.

Parameters:
xX position of the target
yY position of the target

Definition at line 54 of file target.c.