Mistium / Origin-OS

originOS is a scratch desktop gui made by @Mistium
https://origin.mistium.com
28 stars 9 forks source link

[New OSL] Input Modes #48

Closed Mistium closed 8 months ago

Mistium commented 8 months ago

Add support for input modes that allow you to filter input data and do things like set an input to behave like a password input.

Examples:

input 300 20 "password.identifier" "type here!" 10 #fff
(password input)

input 300 20 "number.identifier" "type here!" 10 #fff
(integer input)

input 300 20 "identifier" "type here!" 10 #fff
(string input)
Mistium commented 8 months ago

DONE!