Beispiel #1
0
func IsTextInputActive() bool {
	active := int32(C.SDL_IsTextInputActive())
	return active != 0
}
Beispiel #2
0
func IsTextInputActive() bool {
	return C.SDL_IsTextInputActive() > 0
}