invalidate All Keys
open fun invalidateAllKeys()
Content copied to clipboard
Requests a redraw of the entire keyboard. Calling invalidate is not sufficient because the keyboard renders the keys to an off-screen buffer and an invalidate() only draws the cached buffer.
See also
#invalidateKey(int)
#invalidateKey(int)