Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
B
bigforth
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Bernd Paysan
bigforth
Commits
0b0ef6df
Verified
Commit
0b0ef6df
authored
May 21, 2017
by
Bernd Paysan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix delay check sign
parent
1ce1e651
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
displays.fs
displays.fs
+3
-3
No files found.
displays.fs
View file @
0b0ef6df
...
@@ -506,8 +506,8 @@ how: : dispose clicks HandleOff
...
@@ -506,8 +506,8 @@ how: : dispose clicks HandleOff
\
Display
05
aug99py
\
Display
05
aug99py
:
in
-
time
?
(
time
flag
--
flag
)
:
in
-
time
?
(
time
flag
--
flag
)
lasttime
@
rot
-
swap
lastclick
@
=
lasttime
@
rot
-
negate
swap
lastclick
@
=
IF
sameclick
ELSE
twoclicks
THEN
<
;
IF
sameclick
ELSE
twoclicks
THEN
<
;
:
samepos
?
(
event
--
flag
)
flags
#
pending
bit
@
:
samepos
?
(
event
--
flag
)
flags
#
pending
bit
@
IF
XButtonEvent
x
@+
@
click
^
w
@+
w
@
p
-
IF
XButtonEvent
x
@+
@
click
^
w
@+
w
@
p
-
dup
*
swap
dup
*
+
samepos
<
dup
*
swap
dup
*
+
samepos
<
...
@@ -752,7 +752,7 @@ private:
...
@@ -752,7 +752,7 @@ private:
\
Display 19jan00py
\
Display 19jan00py
: in-time? ( time flag -- flag )
: in-time? ( time flag -- flag )
lasttime @ rot
swap -
lastclick @ =
lasttime @ rot
- negate swap
lastclick @ =
IF sameclick ELSE twoclicks THEN < ;
IF sameclick ELSE twoclicks THEN < ;
: samepos? ( event -- flag ) flags #pending bit@
: samepos? ( event -- flag ) flags #pending bit@
IF MSG lparam lohi@ ( swap ) click^ w@+ w@ p-
IF MSG lparam lohi@ ( swap ) click^ w@+ w@ p-
...
...
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