mirror of
https://github.com/airstruck/luigi.git
synced 2025-12-19 02:16:43 +00:00
text entry, partial support
This commit is contained in:
@@ -5,7 +5,6 @@ return function (config)
|
||||
|
||||
local backColor = config.backColor or { 240, 240, 240 }
|
||||
local lineColor = config.lineColor or { 220, 220, 220 }
|
||||
local white = config.white or { 255, 255, 255 }
|
||||
local highlight = config.highlight or { 0x19, 0xAE, 0xFF }
|
||||
|
||||
return {
|
||||
@@ -64,6 +63,7 @@ return function (config)
|
||||
minimumHeight = 24,
|
||||
canFocus = true,
|
||||
cursor = 'ibeam',
|
||||
highlight = highlight,
|
||||
},
|
||||
text_focused = {
|
||||
slices = RESOURCE .. 'text_focused.png',
|
||||
|
||||
Reference in New Issue
Block a user