Home
last modified time | relevance | path

Searched refs:TOOL_PICKER (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.cpp1284 if(tool() == TOOL_PICKER) { in process()
1894 } else if(tool() == TOOL_PICKER) { in handle_mouse_button_down()
2736 case TOOL_PICKER: in tool()
2737 return TOOL_PICKER; in tool()
2759 case TOOL_PICKER: { in change_tool()