Make GDScript-Function ( bool OS.is_fullscreen() ) work

This commit is contained in:
hurikhan 2015-01-10 16:01:01 +08:00
parent 97d290e466
commit cd90215cec

View file

@ -569,6 +569,7 @@ void OS_X11::set_fullscreen(bool p_fullscreen) {
}
bool OS_X11::is_fullscreen() const {
return current_videomode.fullscreen;
}
InputModifierState OS_X11::get_key_modifier_state(unsigned int p_x11_state) {