Главная страница
Top.Mail.Ru    Яндекс.Метрика
Текущий архив: 2005.03.27;
Скачать: CL | DM;

Вниз

Как определить нажатие кнопки мыши?   Найти похожие ветки 

 
SergeyZh   (2005-02-14 12:12) [0]

Уважаемые Господа програмисты!
Подскажите пожалуйста как мне определить нажата ли левая\правая кнопка мыши, причем не только над "родным" окном, но и на чужих окнах?


 
BiN ©   (2005-02-14 12:16) [1]

RTFM

The GetAsyncKeyState function works with mouse buttons. However, it checks on the state of the physical mouse buttons, not on the logical mouse buttons that the physical buttons are mapped to. For example, the call GetAsyncKeyState(VK_LBUTTON) always returns the state of the left physical mouse button, regardless of whether it is mapped to the left or right logical mouse button. You can determine the system"s current mapping of physical mouse buttons to logical mouse buttons by calling

GetSystemMetrics(SM_SWAPBUTTON)
which returns TRUE if the mouse buttons have been swapped.



(с) MSDN



Страницы: 1 вся ветка

Текущий архив: 2005.03.27;
Скачать: CL | DM;

Наверх




Память: 0.46 MB
Время: 0.028 c
9-1105036952
Micker2
2005-01-06 21:42
2005.03.27
PowerDraw. Полупрозрачность из BMP


14-1109937868
syte_ser78
2005-03-04 15:04
2005.03.27
Ответный код


14-1110374841
Yanis
2005-03-09 16:27
2005.03.27
Толковый словарь


1-1110196721
ctranik
2005-03-07 14:58
2005.03.27
Работаем с Thread-ми , очень нужно


6-1106483544
OpilkiInside
2005-01-23 15:32
2005.03.27
Как в WebBrowsere загрузить страницу без картинок?