Skip Menu |

This queue is for tickets about the Wx CPAN distribution.

Report information
The Basics
Id: 119059
Status: resolved
Priority: 0/
Queue: Wx

People
Owner: Nobody in particular
Requestors: prbrenan [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: 0.9931



Wx_Exp.pm does not appear to have entries for: enum wxKeyCode { WXK_NONE = 0, WXK_CONTROL_A = 1, described on page: http://docs.wxwidgets.org/3.0/defs_8h.html#a41c4609211685cff198618963ec8f77d which makes it difficult to use: wxKeyEvent::GetKeyCode()
Added for 0.9931 On Tue Nov 29 14:33:05 2016, PRBRENAN wrote: Show quoted text
> Wx_Exp.pm does not appear to have entries for: > > enum wxKeyCode { > WXK_NONE = 0, > WXK_CONTROL_A = 1, > > described on page: > > http://docs.wxwidgets.org/3.0/defs_8h.html#a41c4609211685cff198618963ec8f77d > > which makes it difficult to use: wxKeyEvent::GetKeyCode() >