Home
last modified time | relevance | path

Searched refs:ScreenObjectType (Results 1 – 2 of 2) sorted by relevance

/dports/games/7kaa/7kaa-2.15.4p1/include/
H A DOPOWER.h46 enum ScreenObjectType enum
110 ScreenObjectType selectedObjectType, short selectedObjectRecno,
111 ScreenObjectType pointingObjectType, short pointingObjectRecno);
116 ScreenObjectType find_selected_type( short *);
117 ScreenObjectType find_pointing_type( Location *, short *);
/dports/games/7kaa/7kaa-2.15.4p1/src/
H A DOPOWER.cpp184 ScreenObjectType selectedType = find_selected_type(&selectedRecno); in mouse_handler()
191 ScreenObjectType pointingType = find_pointing_type(pointingLoc, &pointingRecno); in mouse_handler()
1503 ScreenObjectType selectedObjectType, short selectedObjectRecno, in choose_cursor()
1504 ScreenObjectType pointingObjectType, short pointingObjectRecno) in choose_cursor()
2102 ScreenObjectType Power::find_selected_type( short *selectedRecno) in find_selected_type()
2171 ScreenObjectType Power::find_pointing_type( Location *locPtr, short *pointingRecno) in find_pointing_type()