필터 지우기
필터 지우기

getting info about the pointer movement

조회 수: 2 (최근 30일)
alex
alex 2012년 1월 17일
a code that shows me the coordinates of the pixel where the I want to know where the pointer of the mouse is, I have written a code that shows me the coordinates of the pointer every x seconds but i want it to show me the coordinates only when i press the right\left mouse buttons, and not every 0.1 sec(e.g)
the code i have-
import java.awt.*;
import java.awt.event.*;
mouse = Robot;
for i = 1:500
get(0,'PointerLocation')
pause(0.1);
end

답변 (0개)

카테고리

Help CenterFile Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by