File: Keyboard.html

package info (click to toggle)
polyml 5.7.1-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid
  • size: 40,616 kB
  • sloc: cpp: 44,142; ansic: 26,963; sh: 22,002; asm: 13,486; makefile: 602; exp: 525; python: 253; awk: 91
file content (27 lines) | stat: -rw-r--r-- 650 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>

<head>
<title>Windows Interface Reference: Keyboard structure</title>
</head>

<body>

<h1>Keyboard </h1>

<p>The Keyboard structure contains functions to select the window to receive keyboard
input.</p>

<pre>structure Keyboard:
  sig
    type HWND
    val EnableWindow : HWND * bool -&gt; bool
    val <a
name="GetActiveWindow">GetActiveWindow</a> : unit -&gt; HWND option
    val GetFocus : unit -&gt; HWND option
    val IsWindowEnabled : HWND -&gt; bool
    val SetActiveWindow : HWND -&gt; HWND
    val SetFocus : HWND option -&gt; HWND option
  end</pre>
</body>
</html>