Skip to content
View whynotmax's full-sized avatar
:shipit:
:shipit:
Block or Report

Block or report whynotmax

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
whynotmax/README.md

Hi 👋, I'm Max

A passionate frontend and backend developer from Germany

Connect with me:

44.max.og

Pinned

  1. A simple enum for every KeyCode ther... A simple enum for every KeyCode there is ( java.awt.event.KeyEvent )
    1
    package dev.mzcy.keys;
    2
    
    
    3
    @SuppressWarnings("unused")
    4
    public enum KeyCode {
    5
        CANCEL(3),