Home
last modified time | relevance | path

Searched refs:TOOL_MAGIC_WAND (Results 1 – 2 of 2) sorted by relevance

/dports/games/frogatto/frogatto-1.3.1/src/
H A Deditor.hpp131 …enum EDIT_TOOL { TOOL_ADD_RECT, TOOL_SELECT_RECT, TOOL_MAGIC_WAND, TOOL_PENCIL, TOOL_PICKER, TOOL_… enumerator
H A Deditor.cpp1945 } else if(tool() == TOOL_MAGIC_WAND) { in handle_mouse_button_down()
2272 if(event.button == SDL_BUTTON_LEFT && tool() == TOOL_MAGIC_WAND) { in handle_mouse_button_up()
2734 case TOOL_MAGIC_WAND: in tool()
2757 case TOOL_MAGIC_WAND: in change_tool()
3767 …if(tool_ == TOOL_ADD_RECT || tool_ == TOOL_SELECT_RECT || tool_ == TOOL_MAGIC_WAND || tool_ == TOO… in set_code_file()