Код: Выделить всё
#include
#include
#include
void changecords(){
SetCursorPos(1,1);
}
int main(){
while(true) {
POINT c;
if (GetCursorPos(&c)){
std::cout
Подробнее здесь: [url]https://stackoverflow.com/questions/79750477/how-to-move-camera-in-3d-games-with-c-scripts[/url]
Мобильная версия