mouse.h
Upload User: yyyd609
Upload Date: 2022-07-18
Package Size: 183k
Code Size: 0k
Development Platform:

C/C++

  1. #ifndef __MOUSE_H__
  2. #define __MOUSE_H__
  3. void Mouse_Init(void);
  4. void Mouse_Action(int deltaX, int deltaY, int buttons);
  5. #endif