12.07.2015 Views

Intel® Fortran Libraries Reference

Intel® Fortran Libraries Reference

Intel® Fortran Libraries Reference

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Descriptions of the Library Routines 2IMAGESIZE defines the bounding rectangle in viewport-coordinate points (x1, y1) and (x2, y2).IMAGESIZE_W defines the bounding rectangle in window-coordinate points (wx1, wy1) and(wx2, wy2).IMAGESIZE_W defines the bounding rectangle in terms of window-coordinate points (wx1, wy1)and (wx2, wy2).CompatibilitySTANDARD GRAPHICS QUICKWIN GRAPHICS LIBSee Also: “GETIMAGE, GETIMAGE_W”, “GRSTATUS”, “PUTIMAGE, PUTIMAGE_W”ExampleSee the example in “GETIMAGE, GETIMAGE_W”.INCHARQQQuickWin Function: Reads a single character input from the keyboard and returns the ASCIIvalue of that character without any buffering. This function is only available on Windows*systems.Module: USE IFQWINSyntaxresult = INCHARQQ ( )Results:The result type is INTEGER(2). The result is the ASCII key code.The keystroke is read from the child window that currently has the focus. You must callINCHARQQ before the keystroke is made (INCHARQQ does not read the keyboard buffer). Thisfunction does not echo its input. For function keys, INCHARQQ returns 0xE0 as the upper 8 bits,and the ASCII code as the lower 8 bits.For direction keys, INCHARQQ returns 0xF0 as the upper 8 bits, and the ASCII code as the lower8 bits. To allow direction keys to be read, you must use the PASSDIRKEYSQQ function. Theescape characters (the upper 8 bits) are different from those of GETCHARQQ. Note that consoleapplications do not need, and cannot use PASSDIRKEYSQQ.CompatibilitySTANDARD GRAPHICS QUICKWIN GRAPHICS LIBSee Also: “GETCHARQQ”, “MBINCHARQQ”, “GETC”, “PASSDIRKEYSQQ”, the READstatement in the Language <strong>Reference</strong>, "Using QuickWin" in your user’s guideExampleuse IFQWIN2-173

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!