pub unsafe extern "C" fn swkbdSetNumpadKeys(
swkbd: *mut SwkbdState,
left: c_int,
right: c_int,
)Expand description
Configures what characters will the two bottom keys in a numpad produce.
ยงArguments
swkbd- Pointer to swkbd state.left- Unicode codepoint produced by the leftmost key in the bottom row (0 hides the key).left- Unicode codepoint produced by the rightmost key in the bottom row (0 hides the key).