Adding stamp rotation. The xor interface seems to work fine if only the mouse is used, still need to adapt it to shortcut key combos.

This commit is contained in:
Pere Pujal i Carabantes 2022-09-02 02:11:43 +02:00
parent e2f5abdae6
commit a433b4c79c
4 changed files with 174 additions and 38 deletions

View file

@ -24,6 +24,7 @@ struct cfginfo
const char *disable_stamp_controls;
const char *dont_do_xor;
const char *dont_load_stamps;
const char *stamp_rotation;
const char *exportdir;
const char *fullscreen;
const char *grab_input;