KallistiOS  ##version##
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
Data Structures | Macros
mouse.h File Reference

Definitions for using the mouse device. More...

#include <sys/cdefs.h>
#include <arch/types.h>

Go to the source code of this file.

Data Structures

struct  mouse_cond_t
 
struct  mouse_state_t
 Mouse status structure. More...
 

Macros

#define MOUSE_RIGHTBUTTON   (1<<1)
 Right mouse button. More...
 
#define MOUSE_LEFTBUTTON   (1<<2)
 Left mouse button. More...
 
#define MOUSE_SIDEBUTTON   (1<<3)
 Side mouse button. More...
 
#define MOUSE_DELTA_CENTER   0x200
 Mouse center value in the raw condition structure. More...
 

Detailed Description

Definitions for using the mouse device.

This file contains the definitions needed to access the Maple mouse type device.

Author
Jordan DeLong
Dan Potter

Macro Definition Documentation

#define MOUSE_DELTA_CENTER   0x200

Mouse center value in the raw condition structure.