index
:
mame
aaron-nl3
aaron-pci-cleanup
arm3_copro
asmjit
cdimono2_wip
cdplay
cdtv_chd-v5
dc_pvr-thread
deprecated
docs_wavwrite
draggable-layout
dribbling-nl
hlsl_aviplay
lisa
lua_engine_ui_refactor_2
m57_troangel-bluesea
make_coco_fdc_fixed
master
n64-angrylion
netlist-generated
new_menus
nl-splitfrogs
nl_dips
nltool-updates
py_regtests
qt6_position-fix
rendlay_vid
saturn_cdblock
saturn_vdp_split
save-experiments
save_structs
shangha3_drop
sound
taitoair_vco
taitowlf_zoom
time-experiments
time-experiments2
vamphalf_misncrft
voodoo_directx11
x86_std-exceptions
xbox_swlist
ymfm-delay
MAME - Multiple Arcade Machine Emulator
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
src
/
emu
/
natkeyboard.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
natkeyboard: fix issue with dynamic buffer resizing
hap
2 days
1
-1
/
+0
*
natkeyboard.cpp: Convert more string posting methods to std::string_view
AJR
2024-09-14
1
-3
/
+1
*
Change debugger command handler parameter vector element type from std::strin...
AJR
2022-08-02
1
-2
/
+3
*
Remove void *ptr parameter from emu_timer, timer_device and all related callb...
AJR
2022-01-26
1
-1
/
+1
*
emu/ioport.cpp: Improved initial keyboard enable settings when changing slot ...
Vas Crabb
2020-10-11
1
-2
/
+3
*
-emu/natkeyboard.cpp: Allow keyboard devices to be enabled/disabled.
Vas Crabb
2020-10-11
1
-8
/
+33
*
Slotified Mac 128k/512k/512ke/Plus keyboard port.
Vas Crabb
2020-07-01
1
-2
/
+2
*
Fix for UI Paste with the Default Serial Terminal (#6648)
Frank Palazzolo
2020-05-06
1
-1
/
+3
*
input_sdl: Process control characters so that the natural keyboard can see th...
AJR
2020-01-10
1
-1
/
+1
*
srcclean (nw)
Vas Crabb
2019-09-22
1
-2
/
+2
*
Changing some arrays to use std::array<> in natkeyboard
npwoods
2019-09-10
1
-2
/
+2
*
Exposed natual_keyboard object to LUA (#5364)
npwoods
2019-07-20
1
-0
/
+2
*
Moving paste() from mame_ui_manager class to natural_keyboard class,
npwoods
2019-07-19
1
-0
/
+1
*
Revert "Send LF with CR when using natuaral keyboard on systems with a line f...
AJR
2018-08-11
1
-1
/
+0
*
Send LF with CR when using natuaral keyboard on systems with a line feed key
AJR
2018-08-10
1
-0
/
+1
*
natural keyboard: prefer lower shift states, eliminate O(n) lookup
Vas Crabb
2017-09-05
1
-2
/
+4
*
general cleanup:
Vas Crabb
2017-05-23
1
-5
/
+11
*
Amiga keyboard updates:
Vas Crabb
2017-02-05
1
-5
/
+11
*
Introduce u8/u16/u32/u64/s8/s16/s32/s64
Vas Crabb
2016-11-19
1
-13
/
+13
*
NOTICE (TYPE NAME CONSOLIDATION)
Miodrag Milanovic
2016-10-22
1
-2
/
+2
*
use standard types uintptr_t, char16_t and char32_t instead of FPTR, utf16_c...
Miodrag Milanovic
2016-10-22
1
-12
/
+12
*
Lock out ioport_fields independently of natural keyboard state (nw)
AJR
2016-10-20
1
-0
/
+3
*
Separate natural keyboard support from ioport.cpp (nw)
AJR
2016-10-02
1
-0
/
+90