Home
last modified time | relevance | path

Searched refs:MS_RIGHTPRESS (Results 1 – 7 of 7) sorted by relevance

/dports/editors/biew/biew-610/biewlib/sysdep/ia16/os2/
H A Dmouse.c124 if(mou_btns == 2) ret |= MS_RIGHTPRESS; in __MsGetBtns()
127 if((minfo.fs & 0x40) == 0x40 || (minfo.fs & 0x20) == 0x20) ret |= MS_RIGHTPRESS; in __MsGetBtns()
/dports/editors/biew/biew-610/biewlib/sysdep/ia32/win32/
H A Dmouse.c79 if(win32_mbuttons & RIGHTMOST_BUTTON_PRESSED) ret |= MS_RIGHTPRESS; in __MsGetBtns()
/dports/editors/biew/biew-610/biewlib/sysdep/generic/unix/
H A Dkeyboard.c354 { m = 1; mouse.buttons |= MS_RIGHTPRESS; } in ReadNextEvent()
391 mouse.buttons |= MS_RIGHTPRESS; in ReadNextEvent()
445 case 2: mouse.buttons |= MS_RIGHTPRESS; break; in ReadNextEvent()
/dports/editors/biew/biew-610/biewlib/sysdep/ia32/qnx/
H A Dmouse.c136 b|=MS_RIGHTPRESS; in _mouse_handler()
/dports/editors/biew/biew-610/biewlib/sysdep/ia32/qnxnto/
H A Dmouse.c214 b|=MS_RIGHTPRESS; in getms()
/dports/editors/biew/biew-610/biewlib/sysdep/
H A D__os_dep.h106 #define MS_RIGHTPRESS 2 /**< Defines that middle button of mouse have been pressed */ macro
/dports/editors/biew/biew-610/biewlib/sysdep/ia32/linux/
H A Dkeyboard.c338 mouse.buttons |= MS_RIGHTPRESS; in ReadNextEvent()
455 case 2: mouse.buttons |= MS_RIGHTPRESS; break; in ReadNextEvent()