Better handling of ESC key input if mouse support is disabled
1 unresolved thread
1 unresolved thread
Compare changes
+ 166
− 74
@@ -234,6 +234,13 @@ If you want to set the currently selected item before calling GetVal() to allow
@@ -427,9 +434,8 @@ function DDLightbarMenu(pX, pY, pWidth, pHeight)
@@ -1133,58 +1139,44 @@ function DDLightbarMenu_GetVal(pDraw, pSelectedItemIndexes)
@@ -1192,41 +1184,64 @@ function DDLightbarMenu_GetVal(pDraw, pSelectedItemIndexes)
@@ -1240,8 +1255,14 @@ function DDLightbarMenu_GetVal(pDraw, pSelectedItemIndexes)
@@ -2584,3 +2605,74 @@ function printedToRealIdxInStr(pStr, pIdx)