代码搜索:SCROLL
找到约 4,241 项符合「SCROLL」的源代码
代码结果 4,241
www.eeworm.com/read/242082/4556252
h vkoem.h
/*
COW : Character Oriented Windows
vkoem.h : OEM keys
*/
/***BEGIN_PUBLIC***/
#ifndef NOVIRTUALKEYCODES
/* OEM keys */
#define VK_OEM_NUMBER (0x100+0x090)
#define VK_OEM_SCROLL
www.eeworm.com/read/242082/4556396
asm scrollup.asm
;
; Scroll a region of the screen up
;
; 09-Dec-1986 bw - Added DOS 5 support
.xlist
include ..\h\cmacros.inc
ifdef OS2
include ..\h\subcalls.inc
endif
.list
sBegin code
assumes
www.eeworm.com/read/242082/4556413
asm scrolldn.asm
;
; Scroll a region of the screen down
;
; 09-Dec-1986 bw - Added DOS 5 support
.xlist
include ..\h\cmacros.inc
ifdef OS2
include ..\h\subcalls.inc
endif
.list
sBegin code
assumes
www.eeworm.com/read/234134/4661059
h vkoem.h
/*
COW : Character Oriented Windows
vkoem.h : OEM keys
*/
/***BEGIN_PUBLIC***/
#ifndef NOVIRTUALKEYCODES
/* OEM keys */
#define VK_OEM_NUMBER (0x100+0x090)
#define VK_OEM_SCROLL
www.eeworm.com/read/234134/4661890
asm scrollup.asm
;
; Scroll a region of the screen up
;
; 09-Dec-1986 bw - Added DOS 5 support
.xlist
include ..\h\cmacros.inc
ifdef OS2
include ..\h\subcalls.inc
endif
.list
sBegin code
assumes
www.eeworm.com/read/234134/4661907
asm scrolldn.asm
;
; Scroll a region of the screen down
;
; 09-Dec-1986 bw - Added DOS 5 support
.xlist
include ..\h\cmacros.inc
ifdef OS2
include ..\h\subcalls.inc
endif
.list
sBegin code
assumes
www.eeworm.com/read/229812/4728971
dlg defvscrl.dlg
WdeDefineVSCROLLBAR DIALOG FIXED DISCARDABLE 60, 15, 180, 130
STYLE DS_MODALFRAME | WS_OVERLAPPED | WS_CAPTION | WS_SYSMENU
CAPTION "Define Vert. Scroll Bar"
FONT 8, "MS Sans Serif"
BEGIN
www.eeworm.com/read/229812/4729038
dlg defhscrl.dlg
WdeDefineHSCROLLBAR DIALOG FIXED DISCARDABLE 60, 15, 180, 130
STYLE DS_MODALFRAME | WS_OVERLAPPED | WS_CAPTION | WS_SYSMENU
CAPTION "Define Horz. Scroll Bar"
FONT 8, "MS Sans Serif"
BEGIN
www.eeworm.com/read/216450/4893755
c wgetch.c
#include
#include
#include "curspriv.h"
int wgetch(win)
WINDOW *win;
{
bool weset = FALSE;
char inp;
if (!win->_scroll && (win->_flags & _FULLWIN)
&& win->_curx == w
www.eeworm.com/read/204040/5035392
h vkoem.h
/*
COW : Character Oriented Windows
vkoem.h : OEM keys
*/
/***BEGIN_PUBLIC***/
#ifndef NOVIRTUALKEYCODES
/* OEM keys */
#define VK_OEM_NUMBER (0x100+0x090)
#define VK_OEM_SCROLL