Searched refs:result (Results 1 – 3 of 3) sorted by relevance
27 void getCursorPos( int no, Vec2 *result );28 void setCursorPos( int no, Vec2 result );
544 getCursorPos(int no, Vec2 *result) in getCursorPos() argument546 result->x = conData.wiiCon[no].pos.x; in getCursorPos()547 result->y = conData.wiiCon[no].pos.y; in getCursorPos()551 setCursorPos(int no, Vec2 result) in setCursorPos() argument553 conData.wiiCon[no].pos.x = result.x; in setCursorPos()554 conData.wiiCon[no].pos.y = result.y; in setCursorPos()
199 void (*getCursorPos)( int no, Vec2 *result );200 void (*setCursorPos)( int no, Vec2 result );576 Vec2 result; in main() local587 getCursorPos(0,&result); in main()650 s32 result = WPADProbe( i, &type ); in main() local651 if ( result == WPAD_ERR_NONE && type != WPAD_DEV_NOT_FOUND ) in main()