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
94163526
Commit
94163526
authored
Jul 01, 2020
by
fallenstardust
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove drag cardselect & carddisplay
parent
450555e6
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
0 additions
and
211 deletions
+0
-211
Classes/gframe/client_field.cpp
Classes/gframe/client_field.cpp
+0
-5
Classes/gframe/client_field.h
Classes/gframe/client_field.h
+0
-5
Classes/gframe/event_handler.cpp
Classes/gframe/event_handler.cpp
+0
-198
Classes/gframe/game.h
Classes/gframe/game.h
+0
-3
No files found.
Classes/gframe/client_field.cpp
View file @
94163526
...
...
@@ -20,13 +20,8 @@ ClientField::ClientField() {
is_dragging_lstBotList
=
false
;
is_dragging_lstDecks
=
false
;
is_dragging_lstANCard
=
false
;
is_dragging_CardSelect
=
false
;
is_dragging_CardDisplay
=
false
;
is_dragging_tabHelper
=
false
;
is_dragging_tabSystem
=
false
;
is_selectable
=
true
;
dragging_tab_start_pos
=
0
;
dragging_tab_start_x
=
0
;
dragging_tab_start_y
=
0
;
hovered_card
=
0
;
...
...
Classes/gframe/client_field.h
View file @
94163526
...
...
@@ -126,13 +126,8 @@ public:
bool
is_dragging_lstBotList
;
bool
is_dragging_lstDecks
;
bool
is_dragging_lstANCard
;
bool
is_dragging_CardSelect
;
bool
is_dragging_CardDisplay
;
bool
is_dragging_tabHelper
;
bool
is_dragging_tabSystem
;
bool
is_selectable
;
int
dragging_tab_start_pos
;
int
dragging_tab_start_x
;
int
dragging_tab_start_y
;
std
::
vector
<
int
>
ancard
;
int
hovered_controler
;
...
...
Classes/gframe/event_handler.cpp
View file @
94163526
This diff is collapsed.
Click to expand it.
Classes/gframe/game.h
View file @
94163526
...
...
@@ -284,8 +284,6 @@ public:
irr
::
gui
::
IGUIStaticText
*
stSetName
;
irr
::
gui
::
IGUIStaticText
*
stText
;
irr
::
gui
::
IGUIScrollBar
*
scrCardText
;
irr
::
gui
::
IGUIWindow
*
tabHelper
;
irr
::
gui
::
IGUIScrollBar
*
scrTabHelper
;
irr
::
gui
::
IGUICheckBox
*
chkMAutoPos
;
irr
::
gui
::
IGUICheckBox
*
chkSTAutoPos
;
irr
::
gui
::
IGUICheckBox
*
chkRandomPos
;
...
...
@@ -294,7 +292,6 @@ public:
irr
::
gui
::
IGUICheckBox
*
chkQuickAnimation
;
irr
::
gui
::
IGUICheckBox
*
chkAutoSaveReplay
;
irr
::
gui
::
IGUICheckBox
*
chkDrawSingleChain
;
irr
::
gui
::
IGUIWindow
*
tabSystem
;
irr
::
gui
::
IGUIElement
*
elmTabSystemLast
;
irr
::
gui
::
IGUIScrollBar
*
scrTabSystem
;
irr
::
gui
::
IGUICheckBox
*
chkDrawFieldSpell
;
...
...
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