This website requires JavaScript.
Explore
Help
Register
Sign In
ShuriZma
/
project64
mirror of
https://github.com/project64/project64.git
Watch
1
Star
0
Fork
You've already forked project64
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
84166f49ac
project64
/
Source
/
Project64
/
UserInterface
/
WTLControls
/
GetCWindowText.h
5 lines
84 B
C
Raw
Normal View
History
Unescape
Escape
Adding label IDs to correspond to debugger register edit IDs Abstracting pairing edit IDs with label IDs Extracting definition of register tab data to a separate file Adding a facility to get the text of a CWindow, there didn't seem to be a straightforward mechanism to do this Adding functionality to clipboard the current tab's registers or registers from all tabs Fixing FCSR to have the same styling as all of the other register edit fields
2020-04-09 05:39:31 +00:00
#
pragma once
Project64: Add choosing game dir on welcome screen
2020-08-04 12:58:40 +00:00
#
include
<string>
Adding label IDs to correspond to debugger register edit IDs Abstracting pairing edit IDs with label IDs Extracting definition of register tab data to a separate file Adding a facility to get the text of a CWindow, there didn't seem to be a straightforward mechanism to do this Adding functionality to clipboard the current tab's registers or registers from all tabs Fixing FCSR to have the same styling as all of the other register edit fields
2020-04-09 05:39:31 +00:00
Project64: Add choosing game dir on welcome screen
2020-08-04 12:58:40 +00:00
std
:
:
string
GetCWindowText
(
const
CWindow
&
window
)
;