Searched refs:mousept (Results 1 - 1 of 1) sorted by relevance

/haiku/src/apps/resedit/
H A DBitmapView.cpp361 BPoint mousept; local
364 GetMouse(&mousept, &buttons);
366 ConvertToScreen(&mousept);
368 mousept.x= (mousept.x>5) ? mousept.x-5 : 0;
369 mousept.y= (mousept.y>5) ? mousept.y-5 : 0;
381 fPopUpMenu->Go(mousept, tru
[all...]

Completed in 33 milliseconds