Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
gmsh
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Larry Price
gmsh
Commits
28d0d582
Commit
28d0d582
authored
23 years ago
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
typo
parent
c8ef685b
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Fltk/Opengl_Window.cpp
+5
-5
5 additions, 5 deletions
Fltk/Opengl_Window.cpp
with
5 additions
and
5 deletions
Fltk/Opengl_Window.cpp
+
5
−
5
View file @
28d0d582
// $Id: Opengl_Window.cpp,v 1.2
4
2002-05-1
8 23:07:42
geuzaine Exp $
// $Id: Opengl_Window.cpp,v 1.2
5
2002-05-1
9 19:31:07
geuzaine Exp $
//
//
// Copyright (C) 1997 - 2002 C. Geuzaine, J.-F. Remacle
// Copyright (C) 1997 - 2002 C. Geuzaine, J.-F. Remacle
//
//
...
@@ -113,10 +113,10 @@ void Opengl_Window::clear_overlay() {
...
@@ -113,10 +113,10 @@ void Opengl_Window::clear_overlay() {
// The event model in FLTK is pretty different from other toolkits:
// The event model in FLTK is pretty different from other toolkits:
// the events are passed to the widget handle
du
widget that has
the
// the events are passed to the widget handle
of the
widget that has
// focus. If this handle returns 1, then the event is considered
as
//
the
focus. If this handle returns 1, then the event is considered
// treated, and is suppressed. If the handle returns 0, the event
is
//
as
treated, and is suppressed. If the handle returns 0, the event
// passed to the parent.
//
is
passed to the parent.
int
Opengl_Window
::
handle
(
int
event
)
{
int
Opengl_Window
::
handle
(
int
event
)
{
static
int
xpos
,
ypos
,
xmov
,
ymov
,
ibut
,
hits
;
static
int
xpos
,
ypos
,
xmov
,
ymov
,
ibut
,
hits
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment