Records 1 to 11 of 11
Browse Category
» Application
» Arc » AVI » Bitmap » Brush » Caret » Character » Clipboard » Color » Compress » Console » Cryptographic » Currency » Cursor » Date/Time » DDE » Device » Display » DLL » Drives » Ellipse » File » Font » FTP » HotKey » Icon » ImageList » Inet » INI-Files » Internet » Joystick » Keyboard » Memory » Menu » MIDI » Network » Objects » Pen » Picture » Polygon » Ports » Printer » Process » Rectangle » Registry » ScrollBar » Sound » Strings » System » Tape » Text » Timer » Triangle » Wait » Window |
11 Keyboard API Function
Sort: Most Viewed | Highest Rated | A-Z | Z-A
SetKeyboardStateThe SetKeyboardState function copies a 256-byte array of keyboard key states into the calling thread’s keyboard-input state table....Hits: 4214 Rating: (3.08) votes 398
SendInputThe SendInput function synthesizes keystrokes, mouse motions, and button clicks...Hits: 7566 Rating: (2.85) votes 447
LoadKeyboardLayoutThe LoadKeyboardLayout function loads a new input locale identifier (formerly called the keyboard layout) into the system. Several input locale identifiers can be loaded at a time, but only one per process is active at a time. Loading multiple input locale identifiers makes it possible to rapidly sw...Hits: 4160 Rating: (2.78) votes 510
keyb_eventThe keybd_event function synthesizes a keystroke. The system can use such a synthesized keystroke to generate a WM_KEYUP or WM_KEYDOWN message. The keyboard driver’s interrupt handler calls the keybd_event function....Hits: 5087 Rating: (2.99) votes 620
GetKeyboardTypeThe GetKeyboardType function retrieves information about the current keyboard....Hits: 2349 Rating: (2.96) votes 380
GetKeyboardLayoutNameThe GetKeyboardLayoutName function retrieves the name of the active keyboard layout....Hits: 3080 Rating: (2.92) votes 674
GetAsyncKeyStateThe GetAsyncKeyState function determines whether a key is up or down at the time the function is called, and whether the key was pressed after a previous call to GetAsyncKeyState....Hits: 6519 Rating: (3.14) votes 377
BlockInputThe BlockInput function blocks keyboard and mouse input events from reaching applications....Hits: 4428 Rating: (2.97) votes 953
VirtualKeyCodesThe virtual key codes are values which reference one of the keys on the keyboard. Oddly, the three mouse buttons (left, middle, right) are also assigned virtual key codes. The letters A-Z and numbers 0-9 are assigned virtual key codes equal to their ASCII values. The keys 0-9 and the decimal point i...Hits: 3688 Rating: (3.05) votes 589
GetKeyStateGetKeyState returns the current status of one of the keys on the keyboard. This status contains two pieces of information: the key's toggle state and the key's pressed state. The information is put into the return value. The toggle state is analogous to the toggle nature of the Caps Lock, Num Lock, ...Hits: 4084 Rating: (2.94) votes 574
GetKeyboardStateGetKeyboardState reads the status of all of the keys on the keyboard and puts them into a 255-element byte array. Two pieces of information are recorded for each key: its toggle status and its pressed status. The &H01 bit of the array element is the pressed status: it is 1 if the key is currently be...Hits: 4317 Rating: (3.18) votes 234
Records 1 to 11 of 11
|