代码搜索结果

找到约 10,000 项符合 Screen 的代码

opennew.js

function opennew(newurl,windowName,width,height) { var theLeft,theTop theLeft = (screen.width-width)/2-2 theTop = (screen.height-height)/2 //window.open(newurl,windowName,'width = '+width+',heigh

genmem.c

/* * Copyright (c) 2000, 2001 Greg Haerr * * Screen Driver Utilities * * Microwindows memory device routines */ #include #include #include #in

scr_djgr.c

/* * Copyright (c) 1999 Greg Haerr * * Copyright (c) 1999 Victor Rogachev * * Screen Driver using DJGPP & GRX Library * * For only GRX lib * * This driv

malpha.c

/* * Copyright (c) 2000 Greg Haerr * * Microwindows alpha blending demo * * This demo requires UPDATEREGIONS=N in microwin/src/config */ #include "windows.h" #include "wintern