Jump to content

MouGetHotKey: Difference between revisions

From EDM2
Ak120 (talk | contribs)
mNo edit summary
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[image:legacy.png]]
Returns mouse button or buttons defined as system hot key.
Returns mouse button or buttons defined as system hot key.


==Syntax==
==Syntax==
  MouSetHotKey()
  MouSetHotKey(HotKey, DeviceHandle)
 
==Parameters==
==Parameters==
;HotKey () - input
;DeviceHandle (HMOU) - input
==Return Code==
==Return Code==
* ERROR_MOUSE_NO_DEVICE


==Related Functions==
==Related Functions==

Latest revision as of 16:58, 10 September 2025

Returns mouse button or buttons defined as system hot key.

Syntax

MouSetHotKey(HotKey, DeviceHandle)

Parameters

HotKey () - input
DeviceHandle (HMOU) - input

Return Code

  • ERROR_MOUSE_NO_DEVICE

Related Functions