Skip to content

Instantly share code, notes, and snippets.

@sungyongchoi
sungyongchoi / mouse move win32
Created December 15, 2016 04:53
비주얼 스튜디오 2015, 윈도우즈 32 API 프로그래밍, 마우스 클릭 상태에서 원 이동 시키기
// MouseMove.cpp : 응용 프로그램에 대한 진입점을 정의합니다.
// 출처 : 윈도우즈 32 API 프로그래밍
#include "stdafx.h"
#include "MouseMove.h"
#include <math.h>
#define MAX_LOADSTRING 100
#define SIZE 40
"""
#python 2.x
"""
import numpy as np
import math
import matplotlib.pyplot as plt
class Point: