Kaleidoscope
Classes | Macros | Variables
MouseWrapper.h File Reference
#include "Arduino.h"
#include "KeyboardioHID.h"
Include dependency graph for MouseWrapper.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  MouseWrapper_
 

Macros

#define WARP_END   1
 
#define WARP_UP   2
 
#define WARP_DOWN   4
 
#define WARP_LEFT   8
 
#define WARP_RIGHT   16
 
#define MAX_WARP_WIDTH   32767
 
#define MAX_WARP_HEIGHT   32767
 
#define WARP_ABS_TOP   0
 
#define WARP_ABS_LEFT   0
 

Variables

MouseWrapper_ MouseWrapper
 

Macro Definition Documentation

◆ MAX_WARP_HEIGHT

#define MAX_WARP_HEIGHT   32767

◆ MAX_WARP_WIDTH

#define MAX_WARP_WIDTH   32767

◆ WARP_ABS_LEFT

#define WARP_ABS_LEFT   0

◆ WARP_ABS_TOP

#define WARP_ABS_TOP   0

◆ WARP_DOWN

#define WARP_DOWN   4

◆ WARP_END

#define WARP_END   1

◆ WARP_LEFT

#define WARP_LEFT   8

◆ WARP_RIGHT

#define WARP_RIGHT   16

◆ WARP_UP

#define WARP_UP   2

Variable Documentation

◆ MouseWrapper

MouseWrapper_ MouseWrapper