Exemplo n.º 1
0
func HasScreenKeyboardSupport() bool {
	active := int32(C.SDL_HasScreenKeyboardSupport())
	return active != 0
}
Exemplo n.º 2
0
func HasScreenKeyboardSupport() bool {
	return C.SDL_HasScreenKeyboardSupport() > 0
}