https://github.com/yuin/luawinalttab
luawinalttab gives windows alt+tab abilities to Lua.
https://github.com/yuin/luawinalttab
Last synced: 5 months ago
JSON representation
luawinalttab gives windows alt+tab abilities to Lua.
- Host: GitHub
- URL: https://github.com/yuin/luawinalttab
- Owner: yuin
- License: mit
- Created: 2013-08-23T05:19:54.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-08-24T03:28:27.000Z (over 12 years ago)
- Last Synced: 2025-05-17T23:11:20.481Z (8 months ago)
- Language: C
- Homepage:
- Size: 125 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
luawinalttab
===========================
Overview
--------------
- luawinalttab gives windows *alt+tab* abilities to Lua.
Supported environments
----------------------------------
- Lua 5.1.4
- gcc with MinGW-W64
API
--------------
``winalttab.list()``
Returns a list of running applications.
returns
table such as ``{ {hwnd=1000, title="explorer", path="c:\Windows\explorer.exe"} }``
``winalttab.activate(hwnd)``
Activates a window.
args
hwnd: HWND value