Skip to content

EmuELEC/osk-sdl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Buy Me A Coffee BTC: 31qTzibV73TkvXCnpGyfbk7ntyjq5FtGyi

Lightweight On-Screen-Keyboard based on SDL2

Tested on RG351P, RG351M and RG351V

Building:

This project uses meson, and can be built with:

$ meson --prefix=/roms/ports/AnberPorts/bin/ -Dbuildtype=release build
$ meson compile -j4 -C build

Usage

For text input

osk-sdl -t "Enter Text"

For password input

osk-sdl -p "Enter Password"

Controls

d-pad controls which character is selected, and movement will highlight the char.

  • A button, will input the selected character.

  • B button, will add a space.

  • X button, will simulate backspace.

  • Y button, will toggle capslock.

  • R1, will toggle show password

  • SELECT button, will quit without outputting input string.

  • START button, will output the current input to current tty

Support the project

About

No description, website, or topics provided.

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C 98.7%
  • C++ 1.3%