MCPcopy Create free account
hub / github.com/PyQt5/PyQt / GetDragFullwindows

Function GetDragFullwindows

Demo/ShowFrameWhenDrag.py:43–46  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

41
42
43def GetDragFullwindows():
44 rv = c_int()
45 SystemParametersInfo(SPI_GETDRAGFULLWINDOWS, 0, byref(rv), 0)
46 return rv.value
47
48
49def SetDragFullwindows(value):

Callers 1

_wndprocMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected