Jump to content

WinIsPhysInputEnabled: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

9 April 2025

  • curprev 01:4101:41, 9 April 2025 Martini talk contribs 1,045 bytes +1,045 Created page with "This function returns the state (enabled/disabled) of physical input. ==Syntax== WinIsPhysInputEnabled(hwndDeskTop) ==Parameters== ;hwndDeskTop (HWND) - Input: Desktop-window handle. :HWND_DESKTOP: The desktop-window handle. ==Returns== ;rc (BOOL) - Returns: Enabled-state indicator. :;TRUE: Input is enabled. :;FALSE: Input is disabled. ==Remarks== None. ==Errors== None. ==Example Code== <PRE> #define INCL_WININPUT Or use INCL_WIN, INCL_PM,: #include <os2...."