Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
YGOMobile-Cn-Ko-En
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
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
fallenstardust
YGOMobile-Cn-Ko-En
Commits
86805bc8
Commit
86805bc8
authored
Apr 23, 2020
by
fallenstardust
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test bool is_selectable
parent
0e2adde6
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
163 additions
and
144 deletions
+163
-144
Classes/gframe/client_field.cpp
Classes/gframe/client_field.cpp
+1
-0
Classes/gframe/client_field.h
Classes/gframe/client_field.h
+1
-0
Classes/gframe/event_handler.cpp
Classes/gframe/event_handler.cpp
+161
-144
No files found.
Classes/gframe/client_field.cpp
View file @
86805bc8
...
@@ -24,6 +24,7 @@ ClientField::ClientField() {
...
@@ -24,6 +24,7 @@ ClientField::ClientField() {
is_dragging_CardDisplay
=
false
;
is_dragging_CardDisplay
=
false
;
is_dragging_tabHelper
=
false
;
is_dragging_tabHelper
=
false
;
is_dragging_tabSystem
=
false
;
is_dragging_tabSystem
=
false
;
is_selectable
=
true
;
dragging_tab_start_pos
=
0
;
dragging_tab_start_pos
=
0
;
dragging_tab_start_x
=
0
;
dragging_tab_start_x
=
0
;
dragging_tab_start_y
=
0
;
dragging_tab_start_y
=
0
;
...
...
Classes/gframe/client_field.h
View file @
86805bc8
...
@@ -129,6 +129,7 @@ public:
...
@@ -129,6 +129,7 @@ public:
bool
is_dragging_CardDisplay
;
bool
is_dragging_CardDisplay
;
bool
is_dragging_tabHelper
;
bool
is_dragging_tabHelper
;
bool
is_dragging_tabSystem
;
bool
is_dragging_tabSystem
;
bool
is_selectable
;
int
dragging_tab_start_pos
;
int
dragging_tab_start_pos
;
int
dragging_tab_start_x
;
int
dragging_tab_start_x
;
int
dragging_tab_start_y
;
int
dragging_tab_start_y
;
...
...
Classes/gframe/event_handler.cpp
View file @
86805bc8
This diff is collapsed.
Click to expand it.
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