2 (cl:in-package w32apimod
)
4 (define-w32api-module win95.mouse-input
:win95.mouse-input
)
6 (cl:in-package cl-w32api.module.win95.mouse-input
)
8 (defcfunex-exported ("DragDetect" DragDetect
:convention
:stdcall
) :int
12 (defcfunex-exported ("GetCapture" GetCapture
:convention
:stdcall
) :pointer
)
14 (defcfunex-exported ("GetDoubleClickTime" GetDoubleClickTime
:convention
:stdcall
) :unsigned-int
)
16 (defcfunex-exported ("mouse_event" mouse_event
:convention
:stdcall
) :void
21 (arg4 :unsigned-long
))
23 (defcfunex-exported ("ReleaseCapture" ReleaseCapture
:convention
:stdcall
) :int
)
25 (defcfunex-exported ("SetCapture" SetCapture
:convention
:stdcall
) :pointer
28 (defcfunex-exported ("SetDoubleClickTime" SetDoubleClickTime
:convention
:stdcall
) :int
31 (defcfunex-exported ("SwapMouseButton" SwapMouseButton
:convention
:stdcall
) :int
34 (defcfunex-exported ("TrackMouseEvent" TrackMouseEvent
:convention
:stdcall
) :int