https://github.com/progm/coronasdk-win-native
A simple integration to Corona SDK to enable a simulated TextField on Windows.
https://github.com/progm/coronasdk-win-native
Last synced: 19 days ago
JSON representation
A simple integration to Corona SDK to enable a simulated TextField on Windows.
- Host: GitHub
- URL: https://github.com/progm/coronasdk-win-native
- Owner: ProGM
- License: mit
- Created: 2014-03-03T11:25:21.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-03-10T06:54:46.000Z (over 12 years ago)
- Last Synced: 2025-11-11T21:29:16.540Z (8 months ago)
- Language: Lua
- Size: 121 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
CoronaSDK-win-native
====================
A simple integration to Corona SDK to enable a simulated TextField on Windows.
It's quite raw and buggy, actually, but it can be useful ;)
## HOW TO USE: ##
Download [win_fix.lua](https://raw.github.com/ProGM/CoronaSDK-win-native/master/win_fix.lua) file and add to your project directory, then add this on your main.lua:
if "Win" == system.getInfo( "platformName" ) then
require("win_fix")
end
## TODO LIST ##
- Implement copy/paste
- Implement symbols different from a-Z 0-9
- Implement cursor