summaryrefslogtreecommitdiff
path: root/tools/editor/editor_scale.h
blob: a60cf00f0a8f4872789f6988f94be307c1d0eace (plain)
1
2
3
4
5
6
7
8
#ifndef EDITOR_SCALE_H
#define EDITOR_SCALE_H

void editor_set_hidpi(bool p_hidpi);
bool editor_is_hidpi();

#define EDSCALE (editor_is_hidpi() ? 2 : 1)
#endif // EDITOR_SCALE_H