Home
last modified time | relevance | path

Searched refs:LASTINPUTINFO (Results 1 – 25 of 204) sorted by relevance

123456789

/dports/deskutils/hs-arbtt/arbtt-0.10.2/src/Graphics/Win32/Window/
H A DExtra.hsc43 c_GetLastInputInfo :: Ptr LASTINPUTINFO -> IO Bool
60 data LASTINPUTINFO = LASTINPUTINFO DWORD deriving (Show) constructor
62 instance Storable LASTINPUTINFO where
63 sizeOf = const (#size LASTINPUTINFO)
65 poke buf (LASTINPUTINFO t) = do
66 (#poke LASTINPUTINFO, cbSize) buf ((#size LASTINPUTINFO) :: UINT)
67 (#poke LASTINPUTINFO, dwTime) buf t
69 t <- (#peek LASTINPUTINFO, dwTime) buf
70 return $ LASTINPUTINFO t
114 getIdleTime = with (LASTINPUTINFO 0) $ \lii_p -> do
[all …]
/dports/irc/kvirc/KVIrc-5.0.0-73-gbdeac0429/src/modules/my/
H A DIdle_win.cpp27 struct LASTINPUTINFO struct
32 using PLASTINPUTINFO = LASTINPUTINFO *; argument
102 LASTINPUTINFO li; in secondsIdle()
103 li.cbSize = sizeof(LASTINPUTINFO); in secondsIdle()
/dports/polish/kadu/kadu-4.3/plugins/idle/
H A Didle-win.cpp31 } LASTINPUTINFO, *PLASTINPUTINFO; typedef
85 LASTINPUTINFO li; in secondsIdle()
86 li.cbSize = sizeof(LASTINPUTINFO); in secondsIdle()
/dports/net-im/psi/psi-1.5/src/libpsi/tools/idle/
H A Didle_win.cpp30 } LASTINPUTINFO, *PLASTINPUTINFO; typedef
93 LASTINPUTINFO li; in secondsIdle()
94 li.cbSize = sizeof(LASTINPUTINFO); in secondsIdle()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/win/
H A DSystemTimeWin.cpp40 LASTINPUTINFO lastInputInfo; in userIdleTime()
41 lastInputInfo.cbSize = sizeof(LASTINPUTINFO); in userIdleTime()
/dports/net-im/kopete/kopete-21.12.3/libkopete/private/
H A Dkopeteidleplatform_win.cpp40 LASTINPUTINFO li; in secondsIdle()
41 li.cbSize = sizeof(LASTINPUTINFO); in secondsIdle()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/base/idle/
H A Didle_win.cc17 LASTINPUTINFO last_input_info = {0}; in CalculateIdleTimeInternal()
18 last_input_info.cbSize = sizeof(LASTINPUTINFO); in CalculateIdleTimeInternal()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/base/idle/
H A Didle_win.cc17 LASTINPUTINFO last_input_info = {0}; in CalculateIdleTimeInternal()
18 last_input_info.cbSize = sizeof(LASTINPUTINFO); in CalculateIdleTimeInternal()
/dports/net-im/vqcc-gtk/vqcc-gtk-0.5/src/
H A Dwin32.c31 typedef BOOL (WINAPI *GETLASTINPUTINFO)(LASTINPUTINFO *);
102 LASTINPUTINFO lastInputInfo; in winvqcc_get_last_active()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/lib_base/base/platform/win/
H A Dbase_last_input_win.cpp21 auto lii = LASTINPUTINFO{ 0 }; in LastUserInputTime()
22 lii.cbSize = sizeof(LASTINPUTINFO); in LastUserInputTime()
/dports/sysutils/kshutdown/kshutdown-5.2/src/triggers/
H A Didlemonitor.cpp196 LASTINPUTINFO lii; in getSessionIdleTime()
197 lii.cbSize = sizeof(LASTINPUTINFO); in getSessionIdleTime()
/dports/net-im/qTox/qTox-1.17.4/src/platform/
H A Dtimer_win.cpp26 LASTINPUTINFO info = {0, 0}; in getIdleTime()
/dports/lang/spidermonkey78/firefox-78.9.0/widget/windows/
H A DnsIdleServiceWin.cpp12 LASTINPUTINFO inputInfo; in PollIdleTime()
/dports/lang/spidermonkey60/firefox-60.9.0/widget/windows/
H A DnsIdleServiceWin.cpp12 LASTINPUTINFO inputInfo; in PollIdleTime()
/dports/mail/thunderbird/thunderbird-91.8.0/widget/windows/
H A DnsUserIdleServiceWin.cpp12 LASTINPUTINFO inputInfo; in PollIdleTime()
/dports/www/firefox/firefox-99.0/widget/windows/
H A DnsUserIdleServiceWin.cpp12 LASTINPUTINFO inputInfo; in PollIdleTime()
/dports/www/firefox-esr/firefox-91.8.0/widget/windows/
H A DnsUserIdleServiceWin.cpp12 LASTINPUTINFO inputInfo; in PollIdleTime()
/dports/www/firefox-legacy/firefox-52.8.0esr/widget/windows/
H A DnsIdleServiceWin.cpp16 LASTINPUTINFO inputInfo;
/dports/x11/workrave/workrave-1.10.44/backend/src/win32/
H A DW32AlternateMonitor.hh42 void Update( LASTINPUTINFO * );
H A DW32AlternateMonitor.cc159 LASTINPUTINFO lii; in Monitor()
/dports/deskutils/charmtimetracker/Charm-1.12.0/Charm/Idle/
H A DWindowsIdleDetector.cpp48 LASTINPUTINFO lif; in timeout()
/dports/devel/kf5-kidletime/kidletime-5.89.0/src/plugins/windows/
H A Dwindowspoller.cpp27 LASTINPUTINFO lii; in getIdleTime()
/dports/security/keepass/KeePass-2.49-Source/KeePass/Native/
H A DNativeMethods.New.cs451 LASTINPUTINFO lii = new LASTINPUTINFO(); in GetLastInputTime()
452 lii.cbSize = (uint)Marshal.SizeOf(typeof(LASTINPUTINFO)); in GetLastInputTime()
/dports/net-im/gajim/gajim-gajim-1.3.3/gajim/common/
H A Didle.py220 class LASTINPUTINFO(ctypes.Structure): class
223 self.lastInputInfo = LASTINPUTINFO()
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/lib/
H A Didlemon_win.cpp49 LASTINPUTINFO lii; in get_idle_tick_count()

123456789