mirror of
https://github.com/godotengine/godot.git
synced 2025-01-18 20:40:57 +08:00
Make GDScript-Function ( bool OS.is_fullscreen() ) work
This commit is contained in:
parent
97d290e466
commit
cd90215cec
@ -569,6 +569,7 @@ void OS_X11::set_fullscreen(bool p_fullscreen) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
bool OS_X11::is_fullscreen() const {
|
bool OS_X11::is_fullscreen() const {
|
||||||
|
return current_videomode.fullscreen;
|
||||||
}
|
}
|
||||||
|
|
||||||
InputModifierState OS_X11::get_key_modifier_state(unsigned int p_x11_state) {
|
InputModifierState OS_X11::get_key_modifier_state(unsigned int p_x11_state) {
|
||||||
|
Loading…
Reference in New Issue
Block a user