Home
last modified time | relevance | path

Searched refs:commandDown (Results 1 – 25 of 30) sorted by relevance

12

/dports/devel/kyra/kyra/spriteed/
H A Dstatemachine.h107 void CommandDown() { commandDown = true; MouseMove( mouseX, mouseY ); } in CommandDown()
108 void CommandUp() { commandDown = false; MouseMove( mouseX, mouseY ); } in CommandUp()
125 bool IsDragging() { return mouseDown && !commandDown; } in IsDragging()
127 bool IsCommand() { return commandDown; } in IsCommand()
154 bool commandDown; // Does the mouseclick have the command flag set? variable
H A Dstatemachine.cpp107 commandDown = false; in Editor()
158 if ( commandDown ) in MouseDown()
247 state[ currentState ]->FreeMove( x, y, commandDown ); in MouseMove()
/dports/deskutils/copyq/CopyQ-5.0.0/src/platform/mac/
H A Dmacplatformwindow.mm119 CGEventRef commandDown = CGEventCreateKeyboardEvent(sourceRef, modifier, YES);
131 CGEventPostToPid(pid, commandDown);
136 CGEventPost(kCGHIDEventTap, commandDown);
142 CFRelease(commandDown);
/dports/graphics/gimp-app/gimp-2.10.30/app/tests/
H A Dgimp-app-test-utils.c298 CGEventRef commandDown = CGEventCreateKeyboardEvent (NULL, (CGKeyCode)kVK_Command, true); in gimp_test_utils_synthesize_key_event()
344 CFRelease (commandDown); in gimp_test_utils_synthesize_key_event()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/com/sun/tools/example/debug/gui/
H A DCommandInterpreter.java660 private void commandDown(StringTokenizer t) throws NoSessionException { in commandDown() method in CommandInterpreter
1409 commandDown(t); in executeCommand()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/com/sun/tools/example/debug/gui/
H A DCommandInterpreter.java660 private void commandDown(StringTokenizer t) throws NoSessionException { in commandDown() method in CommandInterpreter
1409 commandDown(t); in executeCommand()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/com/sun/tools/example/debug/tty/
H A DTTY.java498 evaluator.commandDown(t); in executeCommand()
H A DCommands.java868 void commandDown(StringTokenizer t) { in commandDown() method in Commands
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/com/sun/tools/example/debug/tty/
H A DTTY.java498 evaluator.commandDown(t); in executeCommand()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ios/chrome/browser/ui/omnibox/
H A Domnibox_text_field_ios.mm695 UIKeyCommand* commandDown =
700 return @[ commandUp, commandDown ];
/dports/net-mgmt/librenms/librenms-21.5.1/mibs/hp/
H A DHP-SwitchStack-MIB217 commandDown(10), -- command switch is down
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.jdi/share/classes/com/sun/tools/example/debug/tty/
H A DTTY.java506 evaluator.commandDown(t); in executeCommand()
H A DCommands.java868 void commandDown(StringTokenizer t) { in commandDown() method in Commands
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.jdi/share/classes/com/sun/tools/example/debug/tty/
H A DTTY.java526 evaluator.commandDown(t); in executeCommand()
H A DCommands.java868 void commandDown(StringTokenizer t) { in commandDown() method in Commands
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.jdi/share/classes/com/sun/tools/example/debug/tty/
H A DTTY.java526 evaluator.commandDown(t); in executeCommand()
H A DCommands.java868 void commandDown(StringTokenizer t) { in commandDown() method in Commands
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.jdi/share/classes/com/sun/tools/example/debug/tty/
H A DTTY.java506 evaluator.commandDown(t); in executeCommand()
H A DCommands.java868 void commandDown(StringTokenizer t) { in commandDown() method in Commands
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.jdi/share/classes/com/sun/tools/example/debug/tty/
H A DTTY.java524 evaluator.commandDown(t); in executeCommand()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.jdi/share/classes/com/sun/tools/example/debug/tty/
H A DTTY.java526 evaluator.commandDown(t); in executeCommand()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.jdi/share/classes/com/sun/tools/example/debug/tty/
H A DTTY.java526 evaluator.commandDown(t); in executeCommand()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.jdi/share/classes/com/sun/tools/example/debug/tty/
H A DTTY.java526 evaluator.commandDown(t); in executeCommand()
/dports/net-mgmt/netdisco-mibs/netdisco-mibs-4.010/hp/
H A Dhpswitchstack.mib236 commandDown(10), -- command switch is down
/dports/net-mgmt/observium/observium/mibs/hp/
H A DHP-SwitchStack-MIB236 commandDown(10), -- command switch is down

12