MCPcopy Create free account
hub / github.com/ChiyukiGana/Quickinput / exec

Method exec

source/src/scriptinterpreter.cpp:937–942  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

935};
936struct QiFunc_cur_x : public QiFunc
937{
938 QiFunc_cur_x() : QiFunc(0) {}
939 QiVar exec(const std::vector<QiVar>&, QiScriptInterpreter*) const override
940 {
941 POINT pt;
942 GetCursorPos(&pt);
943 return pt.x;
944 }
945};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected