Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Bernd Paysan
bigforth
Commits
833e6ec5
Commit
833e6ec5
authored
May 28, 2010
by
bp
Browse files
fixed test for this bit
git-svn-id:
https://forth-ev.de/repos/bigforth@1680
3b8d8251-53f3-0310-8f3b-fd1cb8370982
parent
0f93c583
Changes
1
Hide whitespace changes
Inline
Side-by-side
displays.fs
View file @
833e6ec5
...
...
@@ -698,7 +698,7 @@ how: : dispose clicks HandleOff
dup 1 <> IF 2* THEN ;
: shift@ ( -- kbshift ) 0
VK_MENU 1+ VK_SHIFT ?DO
I GetKeyState
wextend 0<
IF I >kshift or THEN
I GetKeyState
$8000 and
IF I >kshift or THEN
LOOP ;
public: displays ptr grab-key
private:
...
...
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