keyboardControlsNotify

Designed for environments where there are many keys to use

showControls

exports["UrantixInterface"]:ShowControls(data.id, {
    title = data.title,
    keys = {
        { key = data.key, text = data.text }
    }
})

hideControls

exports["UrantixInterface"]:hideControls(data.id)

hideAllControls

exports["UrantixInterface"]:hideAllControls()

Last updated