diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/termhooks.h | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/src/termhooks.h b/src/termhooks.h index e2e515707d1..2d806c4a287 100644 --- a/src/termhooks.h +++ b/src/termhooks.h | |||
| @@ -252,25 +252,6 @@ enum event_kind | |||
| 252 | the wheel event occurred in. | 252 | the wheel event occurred in. |
| 253 | .timestamp gives a timestamp (in | 253 | .timestamp gives a timestamp (in |
| 254 | milliseconds) for the event. */ | 254 | milliseconds) for the event. */ |
| 255 | #if defined(MAC_OSX) | ||
| 256 | MOUSE_WHEEL_EVENT, /* A mouse-wheel event is generated on | ||
| 257 | MAC_OSX by a wheel on a mouse | ||
| 258 | (e.g., MS Intellimouse). The event | ||
| 259 | contains a delta that corresponds | ||
| 260 | to the amount and direction that | ||
| 261 | the wheel is rotated. This delta | ||
| 262 | is typically used to implement a | ||
| 263 | scroll or zoom. | ||
| 264 | .code gives the delta. | ||
| 265 | .modifiers holds the state of the | ||
| 266 | modifier keys. | ||
| 267 | .x and .y give the mouse position, | ||
| 268 | in characters, within the window. | ||
| 269 | .frame_or_window gives the frame | ||
| 270 | the wheel event occurred in. | ||
| 271 | .timestamp gives a timestamp (in | ||
| 272 | milliseconds) for the wheel event. */ | ||
| 273 | #endif | ||
| 274 | #ifdef WINDOWSNT | 255 | #ifdef WINDOWSNT |
| 275 | LANGUAGE_CHANGE_EVENT, /* A LANGUAGE_CHANGE_EVENT is generated | 256 | LANGUAGE_CHANGE_EVENT, /* A LANGUAGE_CHANGE_EVENT is generated |
| 276 | on WINDOWSNT when the keyboard layout | 257 | on WINDOWSNT when the keyboard layout |