Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
emacs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
emacs
emacs
Commits
55195689
Commit
55195689
authored
Jun 04, 2003
by
Jason Rumney
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(enum event_kind): Remove MOUSE_WHEEL_EVENT.
parent
9eb28007
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
19 deletions
+0
-19
src/termhooks.h
src/termhooks.h
+0
-19
No files found.
src/termhooks.h
View file @
55195689
...
...
@@ -252,25 +252,6 @@ enum event_kind
the wheel event occurred in.
.timestamp gives a timestamp (in
milliseconds) for the event. */
#if defined(MAC_OSX)
MOUSE_WHEEL_EVENT
,
/* A mouse-wheel event is generated on
MAC_OSX by a wheel on a mouse
(e.g., MS Intellimouse). The event
contains a delta that corresponds
to the amount and direction that
the wheel is rotated. This delta
is typically used to implement a
scroll or zoom.
.code gives the delta.
.modifiers holds the state of the
modifier keys.
.x and .y give the mouse position,
in characters, within the window.
.frame_or_window gives the frame
the wheel event occurred in.
.timestamp gives a timestamp (in
milliseconds) for the wheel event. */
#endif
#ifdef WINDOWSNT
LANGUAGE_CHANGE_EVENT
,
/* A LANGUAGE_CHANGE_EVENT is generated
on WINDOWSNT when the keyboard layout
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment