Make GDScript-Function ( bool OS.is_fullscreen() ) work
This commit is contained in:
parent
97d290e466
commit
cd90215cec
1 changed files with 1 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue