KallistiOS git master
Independent SDK for the Sega Dreamcast
Loading...
Searching...
No Matches
Buttons

Masks for the buttons on a mouse. More...

Macros

#define MOUSE_RIGHTBUTTON   (1<<1)
 Right mouse button.
 
#define MOUSE_LEFTBUTTON   (1<<2)
 Left mouse button.
 
#define MOUSE_SIDEBUTTON   (1<<3)
 Side mouse button.
 

Detailed Description

Masks for the buttons on a mouse.

These are the possible buttons to press on a maple bus mouse.

Macro Definition Documentation

◆ MOUSE_LEFTBUTTON

#define MOUSE_LEFTBUTTON   (1<<2)

Left mouse button.

◆ MOUSE_RIGHTBUTTON

#define MOUSE_RIGHTBUTTON   (1<<1)

Right mouse button.

◆ MOUSE_SIDEBUTTON

#define MOUSE_SIDEBUTTON   (1<<3)

Side mouse button.