Home
last modified time | relevance | path

Searched refs:TOOL_PENCIL (Results 1 – 8 of 8) sorted by relevance

/dports/audio/sweep/sweep-0.9.3/src/
H A Dsweep_app.h45 TOOL_PENCIL, enumerator
H A Dinterface.c489 set_tool_cb, (gpointer)TOOL_PENCIL); in TEST_F()
H A Dsample-display.c485 case TOOL_PENCIL: in sample_display_set_default_cursor()
2267 case TOOL_PENCIL: in sample_display_button_press()
H A Dview.c1957 g_object_set_data (G_OBJECT(button), "default", GINT_TO_POINTER(TOOL_PENCIL)); in view_new()
/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.cpp1296 if(tool() == TOOL_PENCIL && dragging_ && buttons) { in process()
1947 } else if(tool() == TOOL_PENCIL) { in handle_mouse_button_down()
2735 case TOOL_PENCIL: in tool()
2758 case TOOL_PENCIL: in change_tool()
3767 …= TOOL_ADD_RECT || tool_ == TOOL_SELECT_RECT || tool_ == TOOL_MAGIC_WAND || tool_ == TOOL_PENCIL) { in set_code_file()
/dports/games/jinput/jinput-bf22dd975bbba31f01895332255b63df376894e6/coreAPI/src/main/java/net/java/games/input/
H A DComponent.java478 public static final Button TOOL_PENCIL = new Button("Pencil"); field in Component.Identifier.Button
/dports/games/jinput/jinput-bf22dd975bbba31f01895332255b63df376894e6/plugins/linux/src/main/java/net/java/games/input/
H A DLinuxNativeTypesMap.java361 buttonIDs[NativeDefinitions.BTN_TOOL_PENCIL] = Component.Identifier.Button.TOOL_PENCIL; in reInit()