add accessor methods for single_exposure
This commit is contained in:
parent
b8ec035b24
commit
bd6ef95989
@ -186,6 +186,9 @@ public:
|
||||
|
||||
bool get_mouse_position (Duple& winpos) const;
|
||||
|
||||
void set_single_exposure (bool s) { _single_exposure = s; }
|
||||
bool single_exposure () { return _single_exposure; }
|
||||
|
||||
void re_enter ();
|
||||
|
||||
void start_tooltip_timeout (Item*);
|
||||
|
Loading…
Reference in New Issue
Block a user