add setBorderless and setResizable stubs to HTML5Window
This commit is contained in:
committed by
Joshua Granick
parent
d3351a24ed
commit
1e662edeab
@@ -597,6 +597,13 @@ class HTML5Window {
|
||||
}
|
||||
|
||||
|
||||
public function setBorderless (value:Bool):Bool {
|
||||
|
||||
return false;
|
||||
|
||||
}
|
||||
|
||||
|
||||
public function setEnableTextEvents (value:Bool):Bool {
|
||||
|
||||
if (value) {
|
||||
@@ -687,6 +694,13 @@ class HTML5Window {
|
||||
}
|
||||
|
||||
|
||||
public function setResizable (value:Bool):Bool {
|
||||
|
||||
return false;
|
||||
|
||||
}
|
||||
|
||||
|
||||
public function setTitle (value:String):String {
|
||||
|
||||
return value;
|
||||
|
||||
Reference in New Issue
Block a user