Home
last modified time | relevance | path

Searched refs:KBD_NONSTOP_ON_MOUSE_PRESS (Results 1 – 10 of 10) sorted by relevance

/dports/editors/biew/biew-610/biewlib/sysdep/ia16/dos/
H A Dkeyboard.c67 (((flg & KBD_NONSTOP_ON_MOUSE_PRESS) == KBD_NONSTOP_ON_MOUSE_PRESS) && _btns)) in isMouseEventPresent()
/dports/editors/biew/biew-610/
H A Dsetup.c147 ,GetBool((biew_kbdFlags & KBD_NONSTOP_ON_MOUSE_PRESS) == KBD_NONSTOP_ON_MOUSE_PRESS)); in setup_paint()
264 case KE_F(4): biew_kbdFlags ^= KBD_NONSTOP_ON_MOUSE_PRESS; in Setup()
H A Dbiew.c474 if(stricmp(tmp,"yes") == 0) biew_kbdFlags = KBD_NONSTOP_ON_MOUSE_PRESS; in load_ini_info()
520 strcpy(tmp,biew_kbdFlags & KBD_NONSTOP_ON_MOUSE_PRESS ? "yes" : "no"); in save_ini_info()
/dports/editors/biew/biew-610/biewlib/sysdep/ia16/os2/
H A Dkeyboard.c62 (((flg & KBD_NONSTOP_ON_MOUSE_PRESS) == KBD_NONSTOP_ON_MOUSE_PRESS) && _btns)) in isMouseEventPresent()
/dports/editors/biew/biew-610/biewlib/sysdep/ia32/win32/
H A Dkeyboard.c173 if(__MsGetBtns() && flg == KBD_NONSTOP_ON_MOUSE_PRESS) return KE_MOUSE; in __kbdTestKey()
195 if(__MsGetBtns() && flg == KBD_NONSTOP_ON_MOUSE_PRESS) return KE_MOUSE; in __kbdGetKey()
/dports/editors/biew/biew-610/biewlib/sysdep/ia32/qnx/
H A Dkeyboard.c164 if(flg==KBD_NONSTOP_ON_MOUSE_PRESS&&_mouse_buttons) in __kbdGetKey()
/dports/editors/biew/biew-610/biewlib/sysdep/ia32/qnxnto/
H A Dkeyboard.c187 if(flg==KBD_NONSTOP_ON_MOUSE_PRESS&&_mouse_buttons) in __kbdGetKey()
/dports/editors/biew/biew-610/biewlib/sysdep/
H A D__os_dep.h43 #define KBD_NONSTOP_ON_MOUSE_PRESS 0x00000001L /**< Defines that \e kbdGetKey must receive mouse ev… macro
/dports/editors/biew/biew-610/biewlib/sysdep/ia32/linux/
H A Dkeyboard.c515 if(__MsGetBtns() && flg == KBD_NONSTOP_ON_MOUSE_PRESS) return KE_MOUSE; in __kbdTestKey()
523 if (__MsGetBtns() && flg == KBD_NONSTOP_ON_MOUSE_PRESS) return KE_MOUSE; in __kbdGetKey()
/dports/editors/biew/biew-610/biewlib/sysdep/generic/unix/
H A Dkeyboard.c496 if(__MsGetBtns() && flg == KBD_NONSTOP_ON_MOUSE_PRESS) return KE_MOUSE; in __kbdTestKey()