Searched refs:getCursorPos (Results 1 – 3 of 3) sorted by relevance
27 void getCursorPos( int no, Vec2 *result );
199 void (*getCursorPos)( int no, Vec2 *result ); variable211 {"getCursorPos", (u32 *)&getCursorPos},552 getCursorPos( i, &cursorPos[i] ); in main()587 getCursorPos(0,&result); in main()
544 getCursorPos(int no, Vec2 *result) in getCursorPos() function