An open API service indexing awesome lists of open source software.

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.

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