mirror of
https://github.com/VARCem/PDCurses.git
synced 2026-09-24 07:45:21 +00:00
Spacing.
This commit is contained in:
8
curses.h
8
curses.h
@@ -214,10 +214,10 @@ typedef unsigned long mmask_t;
|
||||
|
||||
typedef struct
|
||||
{
|
||||
short id; /* unused, always 0 */
|
||||
int x, y, z; /* x, y same as MOUSE_STATUS; z unused */
|
||||
mmask_t bstate; /* equivalent to changes + button[], but
|
||||
in the same format as used for mousemask() */
|
||||
short id; /* unused, always 0 */
|
||||
int x, y, z; /* x, y same as MOUSE_STATUS; z unused */
|
||||
mmask_t bstate; /* equivalent to changes + button[], but
|
||||
in the same format as used for mousemask() */
|
||||
} MEVENT;
|
||||
|
||||
#ifdef NCURSES_MOUSE_VERSION
|
||||
|
||||
Reference in New Issue
Block a user