feat: add BrowserWindow.isTabletMode API (#25209)
This commit is contained in:
parent
2dd7ad268b
commit
c50ded2b71
7 changed files with 32 additions and 0 deletions
|
@ -310,6 +310,10 @@ double NativeWindow::GetSheetOffsetY() {
|
|||
return sheet_offset_y_;
|
||||
}
|
||||
|
||||
bool NativeWindow::IsTabletMode() const {
|
||||
return false;
|
||||
}
|
||||
|
||||
void NativeWindow::SetRepresentedFilename(const std::string& filename) {}
|
||||
|
||||
std::string NativeWindow::GetRepresentedFilename() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue