Home
last modified time | relevance | path

Searched defs:getInputLocation (Results 1 – 7 of 7) sorted by relevance

/dports/devel/codeworker/CodeWorker4_5_3/
H A DScpStream.h154 inline int getInputLocation() const { return _iReadCursor; } in getInputLocation() function
H A DCGRuntime.cpp3650 int CGRuntime::getInputLocation() { in getInputLocation() function in CodeWorker::CGRuntime
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/pegasus/
H A Dinput.h371 void getInputLocation(Common::Point &where) const { where = _inputLocation; } in getInputLocation() function
/dports/games/scummvm/scummvm-2.5.1/engines/pegasus/
H A Dinput.h388 void getInputLocation(Common::Point &where) const { where = _inputLocation; } in getInputLocation() function
/dports/devel/codeworker/CodeWorker4_5_3/java/org/codeworker/
H A DScpStream.java441 public int getInputLocation() { in getInputLocation() method in ScpStream
/dports/devel/codeworker/CodeWorker4_5_3/java/org/codeworker/jni/
H A DRuntime.java251 public static native int getInputLocation(); in getInputLocation() method in Runtime
/dports/devel/codeworker/CodeWorker4_5_3/cs/src/
H A DDOTNET.cpp2796 int Runtime::getInputLocation() { in getInputLocation() function in CodeWorker::Runtime